sentry-dotnet
sentry-dotnet copied to clipboard
Disable DiagnosticSource and HttpClient integrations where this would duplicate OTel instrumentation
Description
For the HttpClient integration we might need a way to control breadcrumbs, failed requests and tracing separately.
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.