Releases: bugsnag/bugsnag-flutter
v4.1.0
v4.0.0
4.0.0 (2024-07-29)
Breaking Changes
-
The configuration options
discardClasses
andredactedKeys
are nowRegExp
s instead of strings. This allows developers to have more control over how they perform.
249 -
Getting the correlation trace ID and span ID through
flutter_bridge
and adding it to events.
251
Please see our Upgrading guide for more information on upgrading to v4.x.
v3.1.1
v3.1.0
3.1.0 (2024-04-09)
This release introduces a new networkInstrumentation
listener so that the new http and dart:io wrappers can trigger network breadcrumbs. It also introduces support for dio.
The previous bugsnag_breadcrumbs_http
and bugsnag_breadcrumbs_dart_io
packages will continue to work but will be deprecated in the next major release.
See our online docs for full integration instructions.
v3.0.2
v3.0.1
3.0.1 (2024-01-11)
- Update bugsnag-cocoa from v6.26.2 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)
- Update bugsnag-android from v5.30.0 to v5.31.3
v3.0.0
Breaking Changes
- Bumped minimum Flutter version to 3.10.0
#203 runApp
options have been removed fromstart
andattach
, instead simplyawait bugsnag.start
#203telemetry
has been made easier to control by replacing theSet<BugsnagTelemetryType>
with a newBugsnagTelemetryTypes
#207
Please see our Upgrading guide for more information on upgrading to v3.x.