mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-16 20:04:24 +01:00
Sentry: decrease tracesSampleRate to 0.2
This commit is contained in:
@@ -6,6 +6,6 @@ if (Conf.sentryDsn) {
|
||||
console.log('Sentry enabled');
|
||||
Sentry.init({
|
||||
dsn: Conf.sentryDsn,
|
||||
tracesSampleRate: 1.0,
|
||||
tracesSampleRate: .2,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user