Skip to content

Commit 772f51b

Browse files
committed
cleanup
1 parent f82ad85 commit 772f51b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev-packages/e2e-tests/test-applications/astro-5/sentry.server.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ Sentry.init({
55
environment: 'qa',
66
tracesSampleRate: 1.0,
77
tunnel: 'http://localhost:3031/', // proxy server
8-
beforeSendTransaction: transaction => {
9-
console.log('beforeSendTransaction', transaction);
10-
return transaction;
11-
},
128
});

0 commit comments

Comments
 (0)