Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable offline caching in MAUI #1753

Merged
merged 13 commits into from
Jun 28, 2022
Merged

Enable offline caching in MAUI #1753

merged 13 commits into from
Jun 28, 2022

Conversation

mattjohnsonpint
Copy link
Contributor

  • Enables offline caching in MAUI
  • Adds WebException to the exceptions that indicate network failure in the caching transport, as that's what thrown by Android when there is no Internet on the device.
  • Adds an optional "network status listener" interface and option, which allows the caching transport to be more intelligent about whether it will attempt to send items from the cache to Sentry, based on network status.
  • Tests for all the above.

@mattjohnsonpint mattjohnsonpint merged commit 1e7a298 into main Jun 28, 2022
@mattjohnsonpint mattjohnsonpint deleted the maui-offline-caching branch June 28, 2022 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants