chore(sentry): sample traces JS, 0.1 for a start
This commit is contained in:
parent
cb98bbad21
commit
bfb96b6cb3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ if (enabled && key) {
|
|||
Sentry.init({
|
||||
dsn: key,
|
||||
environment,
|
||||
tracesSampleRate: 0.1,
|
||||
ignoreErrors: [
|
||||
// Ignore errors generated by a Microsoft crawler.
|
||||
// See https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
|
||||
|
|
Loading…
Reference in a new issue