rollbar / rollbar-java

Rollbar for Java and Android
https://docs.rollbar.com/docs/java
MIT License
72 stars 74 forks source link

Add rollbar-android option to detect when the network is unavailable … #276

Closed diegov closed 2 years ago

diegov commented 2 years ago

Description of the change

Add rollbar-android option to detect when the network is unavailable and suspend sending occurrences.

The ConnectivityDetector depends on OS features so it has been tested manually, on-device and on emulators from API 16 up to 30.

Maintaining backwards compatibility was factored heavily into the choice of implementation.

Changes that were avoided in order to maintain compatibility:

Type of change

Related issues

Checklists

Development

Code review

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #91148: rollbar-android: if network is not available occurrences should be saved and re-sent later.