We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4752147 commit 9a50ce4Copy full SHA for 9a50ce4
handler-standalone.js
@@ -33,9 +33,6 @@ const sentryInitCallback = {
33
captureException: Sentry.captureException,
34
startTransaction: Sentry.startTransaction
35
}
36
-
37
- app.use(Sentry.Handlers.requestHandler())
38
- app.use(Sentry.Handlers.tracingHandler())
39
console.debug('Sentry configured')
40
41
},
0 commit comments