-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Allow browser SDKs to use skipOpenTelemetrySetup
#16289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The browser does not have open telemetry, so this setting makes no sense there. Can you not configure this setting on the server side of your next SDK? |
True, I think I got confused because our server implementation also uses |
Closing this, as Francesco said, browser sdks don't use OpenTelemetry and node based SDKs have this setting exposed. |
Problem Statement
Currently it is not possible to use
skipOpenTelemetrySetup: true
when using thebrowser
ornextjs
SDK, which is a bit problematic since we are running into a duplicate events issue like #15830 here.Solution Brainstorm
Allow
skipOpenTelemetrySetup
in the browser/framework SDKs to be passed through to@sentry/node
The text was updated successfully, but these errors were encountered: