bugsnag / bugsnag-flutter

BugSnag crash reporting for Flutter apps
https://docs.bugsnag.com/platforms/flutter/
MIT License
10 stars 8 forks source link

Navigator.pushAndRemoveUntil throws exception in Bugsnag #242

Closed robert-smartbear closed 2 months ago

robert-smartbear commented 2 months ago

Goal

Fixed an issue related to setting context by navigator observer. In some cases a null is received on Android as a JSONObject.

Changeset

Added safety checks

Testing

Manual testing