Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 2.11 KB

Changelog

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