mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Sentry: decrease tracesSampleRate to 0.2
This commit is contained in:
parent
a32b0e7066
commit
ff278487e8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@ if (Conf.sentryDsn) {
|
||||||
console.log('Sentry enabled');
|
console.log('Sentry enabled');
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn: Conf.sentryDsn,
|
dsn: Conf.sentryDsn,
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: .2,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue