You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending exceptions from Sentry.Samples.Ios.csproj I noticed:
When I:
Start the app
Cause a native crash
Restart the app
...the native crash gets delivered immediately.
However, if I:
Start the app
Cause a managed
Crash a native crash
Restart the app
... then the managed crash gets delivered but the native crash doesn't (at least not initially... it may be delivered [much] later - I haven't worked that out yet).
There may be some pattern to this but basically the delivery of native crash reports appears to be impacted/blocked/interrupted by the delivery of managed crash reports.
Needs more experimenting to work out what's going on and to create a reliable minimal reproducible example. There might be something funky going on between the cached http transport and the native sdk though.
The text was updated successfully, but these errors were encountered:
@jamescrosswell It didn't take long for the native crash to show up (maybe a 30 second gap). It looks like the native portion has its own process queue. The dotnet background worker did seem to deliver the envelope first though.
Sending exceptions from
Sentry.Samples.Ios.csproj
I noticed:When I:
...the native crash gets delivered immediately.
However, if I:
... then the managed crash gets delivered but the native crash doesn't (at least not initially... it may be delivered [much] later - I haven't worked that out yet).
There may be some pattern to this but basically the delivery of native crash reports appears to be impacted/blocked/interrupted by the delivery of managed crash reports.
Needs more experimenting to work out what's going on and to create a reliable minimal reproducible example. There might be something funky going on between the cached http transport and the native sdk though.
The text was updated successfully, but these errors were encountered: