-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
[Sentry.OpenTelemetry] SentrySpanProcessor does not ignore Sentry requests #3028
Comments
I found that this was fixed in #3001. Can you tell what's the ETA of next release? |
Also marking as duplicate of #2998 |
It's already been released in |
@bitsandfoxes we would like a backport - there appears to be a regression in beta.8 that breaks query tracking that I'm trying to track down. |
Resolved in the |
Package
Other
.NET Flavor
.NET Core
.NET Version
8.0.0
OS
Any (not platform specific)
SDK Version
3.41.3
Self-Hosted Sentry Version
No response
Steps to Reproduce
AddHttpClientInstrumentation
fromOpenTelemetry.Instrumentation.Http
AddSentry
in OTEL tracing andUseOpenTelemetry
in SentryExpected Result
Sentry should not include requests from HttpClient instrumentation to itself
Actual Result
HUGE amount of transactions (managed to obliterate my selfhosted sentry instance)
From my debug its because OTEL library no longer use
http.url
. They moved tourl.full
Releated PRs:
The text was updated successfully, but these errors were encountered: