Lower sentry sample rate to avoid threshold overflow
This commit is contained in:
parent
a7cf0ffbf2
commit
8d73ebd177
|
@ -23,7 +23,7 @@ Sentry.init({
|
|||
dsn: SENTRY_DSN,
|
||||
release: `safe-react@${process.env.REACT_APP_APP_VERSION}`,
|
||||
integrations: [new Integrations.BrowserTracing()],
|
||||
sampleRate: 1,
|
||||
sampleRate: 0.2,
|
||||
})
|
||||
|
||||
const root = document.getElementById('root')
|
||||
|
|
Loading…
Reference in New Issue