Releases: bugsnag/bugsnag-flutter
Releases · bugsnag/bugsnag-flutter
v2.2.0
- Added
telemetry
option tobugsnag.start
to allow sending of internal errors to be disabled. - Update bugsnag-android from v5.23.1 to v5.25.0
- Update bugsnag-cocoa from v6.18.1 to v6.21.0
- Fixed 'Unhandled Exception' in JSON encoding of metadata containing list objects
#160 - Add specific handling for 'invalid Dart instruction address' native stack frames
#161
v2.1.1
v2.1.0
- Networking breadcrumbs can now be easily captured by using the
bugsnag_breadcrumbs_http
orbugsnag_breadcrumbs_dart_io
packages
#116
#115 - Added
BugsnagNavigatorObserver
to automatically log navigation breadcrumbs and context - Column numbers will be captured as
null
instead of-1
when they're not available
#139
v2.0.2
- Prefixed all class named with 'Bugsnag' to avoid clashing with application code.