rollbar / rollbar-flutter

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

Fixed onError callback not being set on the Flutter framework #107

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

This PR fixes a serious bug where the SDK wasn't properly hooking its onError callback to the Flutter framework which would prevent exceptions originating/or being caught by the Flutter Frameworks from being reported to Rollbar.

This PR also bumps the version to 1.4.1 as this is intended as a hot-fix to be published immediately upon merge.

Type of change

Checklists

Development

Code review