Merge branch 'sentry-perf-rate' into 'main'

Sentry: decrease tracesSampleRate to .1

See merge request soapbox-pub/soapbox!2885
This commit is contained in:
Alex Gleason 2023-12-06 20:59:54 +00:00
commit f51c155ff6

View file

@ -39,7 +39,7 @@ async function startSentry(dsn: string): Promise<void> {
/^moz-extension:\/\//i,
],
tracesSampleRate: 1.0,
tracesSampleRate: .1,
});
Sentry.setContext('soapbox', sourceCode);