Skip to content

Commit 8718b83

Browse files
committed
Add new E2E tests to workflow.
1 parent 459ebc0 commit 8718b83

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
@@ -1011,6 +1011,7 @@ jobs:
10111011
'create-next-app',
10121012
'create-remix-app',
10131013
'create-remix-app-v2',
1014+
'create-remix-app-express',
10141015
'create-remix-app-express-vite-dev',
10151016
'debug-id-sourcemaps',
10161017
'nextjs-app-dir',

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)