Skip to content
Snippets Groups Projects
Verified Commit 50fbb561 authored by Yoran Hillion's avatar Yoran Hillion
Browse files

:wrench: Adds "tracesSampleRate" to Sentry init

parent 3cb3e08c
Branches
Tags
No related merge requests found
Pipeline #157003 failed with stages
in 9 seconds
......@@ -59,6 +59,7 @@ if (import.meta.env.VITE_APP_SENTRY_TAG) {
}),
new Sentry.Replay(),
],
tracesSampleRate: 1.0,
})
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment