Skip to content
Discussion options

You must be logged in to vote

I'm only familiar with Sentry and know that their JavaScript SDK has support for offline caching, basically accumulating all reports locally if no internet connection could be established. I don't think the Rust SDK has support for this though, so you might only get partial offline support (and no offline caching if you use the sentry-tauri plugin because it routes everything through rust)

Edit: looking at the sentry rust docs a bit it seems like you could probably implement an offline-caching message queue by implementing the Transport trait yourselves

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lukethacoder
Comment options

Answer selected by lukethacoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants