Skip to content

Commit 6a0da39

Browse files
authored
chore(api): disable vercel input/output tracing (firecrawl#2499)
1 parent 2287a76 commit 6a0da39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/api/src/services/sentry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ if (process.env.SENTRY_DSN) {
1616
integrations: integrations => [
1717
...integrations,
1818
Sentry.vercelAIIntegration({
19-
recordInputs: true,
20-
recordOutputs: true,
19+
recordInputs: false,
20+
recordOutputs: false,
2121
}),
2222
],
2323
tracesSampler: samplingContext => {

0 commit comments

Comments
 (0)