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
A customer who has a MAUI app that goes offline for extended amount of time has reported that events are getting lost.
No client reports indicate data being dropped.
A customer who has a MAUI app that goes offline for extended amount of time has reported that events are getting lost.
No client reports indicate data being dropped.
I expected at least:
sentry-dotnet/src/Sentry/Internal/Http/CachingTransport.cs
Line 366 in cb67d21
Reading the code it seems like we don't delete files if the failure reason is network connectivity:
sentry-dotnet/src/Sentry/Internal/Http/CachingTransport.cs
Lines 349 to 357 in cb67d21
But I believe we should run some tests:
The text was updated successfully, but these errors were encountered: