Skip to content

Releases: bugsnag/bugsnag-flutter-performance

v1.4.0

20 Jan 11:30
d39d28b
Compare
Choose a tag to compare

Changes

  • Bumped min Dart SDK version to 3.3.0 and min Flutter SDK version to 3.19.0 94

Enhancements

  • Upgraded the connectivity_plus dependency version to 6.0.5 94

  • Replaced the dependency on package_info with the new package_info_plus package 94

Bug fixes

  • Changed loading view load phase name to loading content 67

v1.3.0

30 Sep 14:31
5a2e159
Compare
Choose a tag to compare

Enhancements

  • Custom attributes can now be set on a span, including as lists of primitives (int, double, bool, String) 88

  • Introduced OnSpanEndCallbacks that allow changes to spans when their end() method is called, but before they are sent 88

v1.2.1

18 Sep 18:35
beb5406
Compare
Choose a tag to compare

Bug fixes

  • Fixed an exception thrown when no source of cryptographically secure random numbers is available 86

v1.2.0

13 Sep 13:52
4c4e075
Compare
Choose a tag to compare

Enhancements

  • A fixed samplingProbability can now be set on start 78

  • service.name can now be set on start 80

  • Updated default url
    81

Bug fixes

  • Fixed PathNotFoundException thrown when retry queue flush is triggered multiple times 82

  • The correct package version is reported in the telemetry.sdk.version attribute 83

v1.1.0

14 Aug 13:28
cc51f4c
Compare
Choose a tag to compare

Enhancements

  • View load instrumentation
    65

  • Replaced the dependency on device_info with the new device_info_plus package 72

  • Auto-inject traceparent headers into HTTP requests 73

  • Provide the correlation trace ID and span ID through bugsnag_bridge for bugsnag_flutter to add them to events 74

Bug fixes

  • Fixed FormatException thrown when the data in sampling probability cache file is corrupted 75

v1.0.0

11 Apr 14:40
88ed81b
Compare
Choose a tag to compare

1.0.0 (2024-04-11)

Initial release