bugsnag_flutter_performance 1.6.0 copy "bugsnag_flutter_performance: ^1.6.0" to clipboard
bugsnag_flutter_performance: ^1.6.0 copied to clipboard

BugSnag performance monitoring tool for Flutter apps

1.6.0 - 2025-09-10 #

Changes #

  • Allow customisation of app start spans via new span control API #113

1.5.0 - 2025-07-17 #

Changes #

  • Set default endpoints based on API key #107

1.4.1 - 2025-04-07 #

Changes #

  • Relaxed the device_info_plus dep to allow any version between 9.1.0 and 12.0.0 100

1.4.0 - 2025-01-17 #

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

1.3.0 - 2024-09-30 #

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

1.2.1 - 2024-09-18 #

Bug fixes #

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

1.2.0 - 2024-09-13 #

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

1.1.0 - 2024-08-14 #

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

1.0.0 - 2024-04-11 #

Initial release