mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
fix(sentry): drop profiling sample rate
This commit is contained in:
parent
3d5dc9d90a
commit
6104d74213
|
@ -11,7 +11,7 @@ if (process.env.SENTRY_DSN) {
|
|||
nodeProfilingIntegration(),
|
||||
],
|
||||
tracesSampleRate: 1.0,
|
||||
profilesSampleRate: 1.0,
|
||||
profilesSampleRate: 0.25,
|
||||
serverName: process.env.FLY_MACHINE_ID,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user