Skip to content

Commit a47836d

Browse files
committed
cleanup
1 parent f20f403 commit a47836d

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

-4
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)