Skip to content

Commit f0490ab

Browse files
committed
Add new E2E tests to workflow.
1 parent b985cba commit f0490ab

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
@@ -1044,6 +1044,7 @@ jobs:
10441044
'create-next-app',
10451045
'create-remix-app',
10461046
'create-remix-app-v2',
1047+
'create-remix-app-express',
10471048
'create-remix-app-express-vite-dev',
10481049
'debug-id-sourcemaps',
10491050
'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)