Skip to content

Commit

Permalink
fix: Sentry DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopolea committed Dec 6, 2023
1 parent a23b149 commit fc7a3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/SentryWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SentryWrapper = ({
}) => {
if (process.env.NODE_ENV !== "test") {
Sentry.init({
dsn: "https://84fe7a6107da4c0058197b52ce74743d@o1087982.ingest.sentry.io/4506337899511808",
dsn: "https://4ab6d9977b0cc2ac430e8bf49522e512@o1087982.ingest.sentry.io/4506320026664960",
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.reactRouterV5Instrumentation(history),
Expand Down

0 comments on commit fc7a3ff

Please sign in to comment.