sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

Disable DiagnosticSource and HttpClient integrations where this would duplicate OTel instrumentation

Open jamescrosswell opened this issue 2 months ago • 2 comments

Description

For the HttpClient integration we might need a way to control breadcrumbs, failed requests and tracing separately.

jamescrosswell avatar Oct 08 '25 07:10 jamescrosswell

NET-484

linear[bot] avatar Oct 08 '25 07:10 linear[bot]

Another observation we made is that the flag options.DisableSentryHttpMessageHandler = true; is different from other "Disable-Integration" options which are methods rather than a property.

Is this by design or accidental?

I can imagine the difference is that it's not a ISdkIntegration.

Flash0ver avatar Oct 08 '25 09:10 Flash0ver