rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

Suspend http transactions for 30 seconds in case of failure #71

Closed matux closed 2 years ago

matux commented 2 years ago

Description of the change

We were doing this through the ConnectivityManager, which was removed yesterday.

This adds the suspension back with the main goal of keeping this behavior for the next release.

A proper solution will come when https://github.com/rollbar/rollbar-flutter/issues/70 is addressed.

A proper solution will see the payload flow abstracted frp-style into a stream of payloads over time and just model the flow of time declaratively and without managing state instead of this horribleness.

Type of change

Related issues

Checklists

Development

Code review