sentry-dotnet
sentry-dotnet copied to clipboard
Incorrect event coupling in Trace view?
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Calling a REST API enpoint from a .NET MAUI application when the internet connection switches from cellular to wifi, there is an exception thrown. After the internet connection is stablizied, and re-calling the API, the exception's trace is linked to the second API call attempt, they share trace ids!
Expected Result
Don't show the exception from the previous failed attempt on the actual trace that went okay.
Actual Result
As you can see here, the Exception is a mobile event, shows up in the issues page of the mobile project, happened before the 3 http request metric event and they are from 2 separate attempts to call the API!
Product Area
Performance
Link
https://rszoli.sentry.io/performance/trace/11ac128e425e4d10af003a46670d4105/?limit=100&pageEnd=2024-04-09T05%3A54%3A27.640&pageStart=2024-04-08T05%3A54%3A27.640
DSN
https://dcbc75e91c8801842d8d759d8f708a55@o4506944792035328.ingest.us.sentry.io/4507045300273152
Version
No response