kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Sentry: decrease tracesSampleRate to .1
rodzic
1cabe9921b
commit
76445f6db1
|
@ -39,7 +39,7 @@ async function startSentry(dsn: string): Promise<void> {
|
|||
/^moz-extension:\/\//i,
|
||||
],
|
||||
|
||||
tracesSampleRate: 1.0,
|
||||
tracesSampleRate: .1,
|
||||
});
|
||||
|
||||
Sentry.setContext('soapbox', sourceCode);
|
||||
|
|
Ładowanie…
Reference in New Issue