Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich committed Nov 6, 2023
1 parent f6e31f1 commit de21a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { GoogleOAuth } from './components/GoogleOAuth';

Sentry.init({
dsn: import.meta.env.VITE_SENTRY_URL as unknown as string,
integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()],
integrations: [new Sentry.Replay()],
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
replaysOnErrorSampleRate: 1.0,
Expand Down

0 comments on commit de21a94

Please sign in to comment.