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

:wrench: Adds debug configuration to sentry init

parent 50fbb561
Branches
Tags
No related merge requests found
Pipeline #157010 failed with stages
in 10 seconds
......@@ -60,6 +60,7 @@ if (import.meta.env.VITE_APP_SENTRY_TAG) {
new Sentry.Replay(),
],
tracesSampleRate: 1.0,
debug: true,
})
}
......
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