Open bruno-garcia opened 2 years ago
The CachingTransport
is currently unaware of any ratelimiting. This exclusively happens in the inner transport
https://github.com/getsentry/sentry-dotnet/blob/a029918cfb184c0219b4658b5f082ff91e129f79/src/Sentry/Http/HttpTransportBase.cs#L98-L99
A couple of things:
sentry-java
holds it on the hub.
The SDK guideline has a couple of new items regarding offline caching: https://github.com/getsentry/develop/pull/509
Retry on the background is tracked here: #803 but two main items are new: