Skip to content

Commit

Permalink
Merge pull request #213 from Code-4-Community/kjung/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 authored Apr 10, 2024
2 parents c0eb378 + 8e0a0d6 commit 5c6d0ca
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 @@ -15,7 +15,7 @@ Sentry.init({
dsn: process.env.REACT_APP_SENTRY_DSN,
integrations: [
Sentry.reactRouterV5BrowserTracingIntegration({ history }),
Sentry.replayIntegration(),
Sentry.replayIntegration({ maskAllText: false }),
],
tracesSampleRate: 1.0,
replaysSessionSampleRate: 0.1,
Expand Down

0 comments on commit 5c6d0ca

Please sign in to comment.