File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dev-packages/e2e-tests/test-applications/create-remix-app-express/app Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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
3030export const handleError = Sentry . wrapRemixHandleError ;
You can’t perform that action at this time.
0 commit comments