Skip to content

Commit

Permalink
Skip OTEL setup on Sentry initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Oct 25, 2024
1 parent b403c13 commit 7e9a81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry.server.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false,
enabled: process.env.NEXT_PUBLIC_VERCEL_ENV !== undefined,
skipOpenTelemetrySetup: true,
});

0 comments on commit 7e9a81d

Please sign in to comment.