fix(sentry): decrease tracesSampleRate
This commit is contained in:
@@ -10,8 +10,8 @@ if (process.env.SENTRY_DSN) {
|
|||||||
integrations: [
|
integrations: [
|
||||||
nodeProfilingIntegration(),
|
nodeProfilingIntegration(),
|
||||||
],
|
],
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: 0.045,
|
||||||
profilesSampleRate: 0.045,
|
profilesSampleRate: 1.0,
|
||||||
serverName: process.env.FLY_MACHINE_ID,
|
serverName: process.env.FLY_MACHINE_ID,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user