sentry: tracesSampleRate 1.0
This commit is contained in:
parent
9842b1aedd
commit
0cfef1cb59
|
@ -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: .2,
|
tracesSampleRate: 1.0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue