mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-03 01:50:37 +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(),
|
nodeProfilingIntegration(),
|
||||||
],
|
],
|
||||||
tracesSampleRate: 1.0,
|
tracesSampleRate: 1.0,
|
||||||
profilesSampleRate: 1.0,
|
profilesSampleRate: 0.25,
|
||||||
serverName: process.env.FLY_MACHINE_ID,
|
serverName: process.env.FLY_MACHINE_ID,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user