Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(node-otel): Suppress tracing for generated sentry spans #9142

Merged
merged 1 commit into from Oct 2, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Sep 29, 2023

This should ensure that #9127 is fully fixed, and no otel instrumentation picks anything up (hopefully) for closed spans.

A more complete solution would be to wrap the transport with this, to also skip capturing for errors etc 馃 But that would require more configuration on the users side.

Copy link
Member

@AbhiPrasad AbhiPrasad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suppressTracing is a nice helper, perhaps we should have something similar in the sdks in general for errors/breadcrumbs too.

@mydea mydea merged commit 1bcca84 into develop Oct 2, 2023
44 checks passed
@mydea mydea deleted the fn/otel-spanprocessor-suppress branch October 2, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants