mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-10 07:33:09 +00:00
chore: update yarn version and sentry configs
This commit is contained in:
parent
de9f8ac821
commit
047d5e73f2
4 changed files with 8 additions and 8 deletions
|
@ -108,5 +108,5 @@
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.6.0"
|
"packageManager": "yarn@4.9.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@ Sentry.init({
|
||||||
// Set tracesSampleRate to 1.0 to capture 100%
|
// Set tracesSampleRate to 1.0 to capture 100%
|
||||||
// of transactions for tracing.
|
// of transactions for tracing.
|
||||||
// We recommend adjusting this value in production
|
// 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
|
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
|
||||||
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
||||||
|
|
||||||
|
@ -33,10 +33,10 @@ Sentry.init({
|
||||||
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
||||||
// For example, a tracesSampleRate of 0.5 and profilesSampleRate of 0.5 would
|
// 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)
|
// result in 25% of transactions being profiled (0.5*0.5=0.25)
|
||||||
profilesSampleRate: 0.5,
|
profilesSampleRate: 0.1,
|
||||||
|
|
||||||
// Define how likely Replay events are sampled.
|
// Define how likely Replay events are sampled.
|
||||||
replaysSessionSampleRate: 0.25,
|
replaysSessionSampleRate: 0.05,
|
||||||
|
|
||||||
// Define how likely Replay events are sampled when an error occurs.
|
// Define how likely Replay events are sampled when an error occurs.
|
||||||
replaysOnErrorSampleRate: 1.0,
|
replaysOnErrorSampleRate: 1.0,
|
||||||
|
|
|
@ -11,7 +11,7 @@ Sentry.init({
|
||||||
// Set tracesSampleRate to 1.0 to capture 100%
|
// Set tracesSampleRate to 1.0 to capture 100%
|
||||||
// of transactions for tracing.
|
// of transactions for tracing.
|
||||||
// We recommend adjusting this value in production
|
// 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
|
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
|
||||||
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Sentry.init({
|
||||||
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
||||||
// For example, a tracesSampleRate of 0.5 and profilesSampleRate of 0.5 would
|
// 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)
|
// 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.
|
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
||||||
debug: false,
|
debug: false,
|
||||||
|
|
|
@ -15,7 +15,7 @@ Sentry.init({
|
||||||
// Set tracesSampleRate to 1.0 to capture 100%
|
// Set tracesSampleRate to 1.0 to capture 100%
|
||||||
// of transactions for tracing.
|
// of transactions for tracing.
|
||||||
// We recommend adjusting this value in production
|
// 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
|
// Set `tracePropagationTargets` to control for which URLs trace propagation should be enabled
|
||||||
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
tracePropagationTargets: ['localhost', /^https:\/\/tasko\.ahmadk953\.org/],
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Sentry.init({
|
||||||
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
// the final profiling rate can be computed as tracesSampleRate * profilesSampleRate
|
||||||
// For example, a tracesSampleRate of 0.5 and profilesSampleRate of 0.5 would
|
// 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)
|
// 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.
|
// Setting this option to true will print useful information to the console while you're setting up Sentry.
|
||||||
debug: false,
|
debug: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue