Sentry APIs for offline use cases Apps #190
-
Hi, We would like to use the Sentry Capacitor plugin with the Ionic/Angular native app. But this is an offline-first app. So I think the Sentry plugin doesn't support such use cases. So my question here is this. Do you have any APIs to send errors and see those through Sentry dashboard later? i.e. I can send those offline errors to the Sentry APIs when the user has internet. I'll log those errors on SQLite db until that stage. And if the user has internet then I can use normal online workflow with the Sentry capacitor plugin. Please let me know your feedback here. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you use the native SDKs underneath (iOS/Android) it comes with offline caching out of the box, you don't have to do anything. |
Beta Was this translation helpful? Give feedback.
If you use the native SDKs underneath (iOS/Android) it comes with offline caching out of the box, you don't have to do anything.