chore: update yarn version and sentry configs

This commit is contained in:
Ahmad 2025-04-16 15:02:44 -04:00
parent de9f8ac821
commit 047d5e73f2
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ Sentry.init({
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for tracing.
// We recommend adjusting this value in production
tracesSampleRate: 0.5,
tracesSampleRate: 0.15,
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
@ -24,7 +24,7 @@ Sentry.init({
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
// For example, a tracesSampleRate of 0.5 and profilesSampleRate of 0.5 would
// result in 25% of transactions being profiled (0.5*0.5=0.25)
profilesSampleRate: 0.5,
profilesSampleRate: 0.1,
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,