Issue
I have my app offline and cant connect it to internet. How can I make use Sentry's monitoring in this case?
Applies To
- All SaaS Customers and Self-Hosted Users
Resolution
It depends on what kind of setup you have. If you are developing mobile applications, offline caching is supported by all our mobile SDKs, but the app from that specific device would need to connect to the internet eventually in order to send cached events to Sentry. Similarly, all of our Browser SDKs allow custom transports, which can support offline caching, so that the events can be sent when connection is restored. We have docs on browser offline caching here.
Unfortunately this does mean that it is not possible to use Sentry's monitoring if your app is fully offline.