chore: Update Sentry deps
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BrowserTracing } from "@sentry/browser";
|
||||
import * as Sentry from "@sentry/react";
|
||||
import { Integrations } from "@sentry/tracing";
|
||||
import { History } from "history";
|
||||
import env from "~/env";
|
||||
|
||||
@@ -11,7 +11,7 @@ export function initSentry(history: History) {
|
||||
tunnel: env.SENTRY_TUNNEL,
|
||||
allowUrls: [env.URL, env.CDN_URL, env.COLLABORATION_URL],
|
||||
integrations: [
|
||||
new Integrations.BrowserTracing({
|
||||
new BrowserTracing({
|
||||
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user