We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c31c3 commit 7957eb0Copy full SHA for 7957eb0
src/cli/alto.ts
@@ -35,6 +35,7 @@ if (process.env.SENTRY_DSN) {
35
sentry.init({
36
dsn: process.env.SENTRY_DSN,
37
environment: process.env.ENVIRONMENT,
38
+ skipOpenTelemetrySetup: true,
39
tracesSampleRate: 0,
40
profilesSampleRate: 0,
41
integrations: [sentry.httpIntegration({ spans: false })],
0 commit comments