Sentry APIs for offline use cases Apps #190
Answered
by
HazAT
Sampath-Lokuge
asked this question in
Q&A
|
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! |
Answered by
HazAT
Jun 22, 2022
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. |
3 replies
Answer selected by
HazAT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.