Skip to content

Commit

Permalink
Add new E2E tests to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Mar 7, 2024
1 parent b985cba commit f0490ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,7 @@ jobs:
'create-next-app',
'create-remix-app',
'create-remix-app-v2',
'create-remix-app-express',
'create-remix-app-express-vite-dev',
'debug-id-sourcemaps',
'nextjs-app-dir',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Sentry.init({
// Performance Monitoring
tunnel: 'http://localhost:3031/', // proxy server
tracesSampleRate: 1.0, // Capture 100% of the transactions, reduce in production!
sendDefaultPii: true,
sendDefaultPii: true, // Testing the FormData
});

export const handleError = Sentry.wrapRemixHandleError;
Expand Down

0 comments on commit f0490ab

Please sign in to comment.