Sentry: decrease tracesSampleRate to .1

This commit is contained in:
Alex Gleason 2023-12-06 14:51:14 -06:00
parent 1cabe9921b
commit 76445f6db1
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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);