mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 08:55:57 +08:00
fix(sentry): decrease tracesSampleRate
This commit is contained in:
parent
55009e51f5
commit
629da74a5c
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user