Add SENTRY_TUNNEL option (#4298)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Kedas
2022-10-15 15:12:38 -07:00
committed by GitHub
parent 7bac696eaf
commit 97a50b20da
6 changed files with 21 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ export function initSentry(history: History) {
dsn: env.SENTRY_DSN,
environment: env.ENVIRONMENT,
release: env.RELEASE,
tunnel: env.SENTRY_TUNNEL,
integrations: [
new Integrations.BrowserTracing({
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),