-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
SentryHttpMessageHandler on MAUI not propagating traces for HttpClient requests #2931
Comments
Thanks for raising this. Let me give this a try. |
Sorry for the delay but I can reproduce this locally. Interestingly, the SDK does set the traceheader as expected but I suspect the underlying native SDK is overwriting it. |
Relies on getsentry/sentry-cocoa#3490 |
I can reproduce this. It seems to be due to this logic in the sentry-dotnet/src/Sentry/SentryHttpMessageHandler.cs Lines 66 to 69 in 043cb5f
So a span only gets created by |
Package
Sentry.Maui
.NET Flavor
.NET
.NET Version
7.0.49
OS
iOS
SDK Version
3.41.3
Self-Hosted Sentry Version
No response
Steps to Reproduce
4.Run the application in iOS Simulator on Mac (M1) running Sonoma 14.0
Expected Result
The transaction will show up in the on the web (presumably under either Performance or Discover) sections.
Actual Result
Transaction is not visible anywhere on the web (though other manually created Transactions as described in Custom Instrumentation do appear as expected.)
The text was updated successfully, but these errors were encountered: