sentry-dotnet
sentry-dotnet copied to clipboard
Envelopes stuck in `__processing` until restart
When offline, the CachingTransport
will leave envelopes stuck in __processing
. Even if the client goes online again and starts sending new events, the old ones remain there.
Only during restart will those envelopes get moved back to the cache and then sent by the worker.