We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82ad85 commit 772f51bCopy full SHA for 772f51b
dev-packages/e2e-tests/test-applications/astro-5/sentry.server.config.js
@@ -5,8 +5,4 @@ Sentry.init({
5
environment: 'qa',
6
tracesSampleRate: 1.0,
7
tunnel: 'http://localhost:3031/', // proxy server
8
- beforeSendTransaction: transaction => {
9
- console.log('beforeSendTransaction', transaction);
10
- return transaction;
11
- },
12
});
0 commit comments