Skip to content

Commit ab9c2f8

Browse files
committed
Add new E2E tests to workflow.
1 parent 8a24d3a commit ab9c2f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ jobs:
10321032
'create-next-app',
10331033
'create-remix-app',
10341034
'create-remix-app-v2',
1035+
'create-remix-app-express',
10351036
'create-remix-app-express-vite-dev',
10361037
'debug-id-sourcemaps',
10371038
# 'esm-loader-node-express-app', # This is currently broken for upstream reasons. See https://github.com/getsentry/sentry-javascript/pull/11338#issuecomment-2025450675

dev-packages/e2e-tests/test-applications/create-remix-app-express/app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sentry.init({
2424
// Performance Monitoring
2525
tunnel: 'http://localhost:3031/', // proxy server
2626
tracesSampleRate: 1.0, // Capture 100% of the transactions, reduce in production!
27-
sendDefaultPii: true,
27+
sendDefaultPii: true, // Testing the FormData
2828
});
2929

3030
export const handleError = Sentry.wrapRemixHandleError;

0 commit comments

Comments
 (0)