Skip to content

10.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 03 Aug 10:08

Features

Dart

  • Align database, HTTP, app-start, and trace-lifecycle span attributes with Sentry Conventions by @buenaflor in #3805

Flutter

  • Add standalone app-start tracing, extension APIs, and lifecycle-specific span getters by @buenaflor in #3896 and #3918
  • Make native failed-request capture opt-in by @buenaflor in #3885
  • Remove CocoaPods support in favor of Swift Package Manager by @buenaflor in #3879
  • Record Android replay segment names and span segment-name sources by @buenaflor in #3897 and #3904

Enhancements

  • Improve Android scope synchronization and replay screenshot transfer performance by @buenaflor in #3924

Fixes

Flutter

Other

  • Accept double timestamps in Android network breadcrumbs by @aqrc in #3859
  • Read normalized rate-limit headers by @sentry-junior in #3883
  • Add missing metric byte outcomes by @buenaflor in #3905

Dependencies

Flutter

  • Update Android SDK versions through 8.51.0 by @github-actions in #3895, #3921, and #3938
  • Update Native SDK versions through 0.16.1 by @github-actions in #3862, #3910, #3925, and #3937
  • Relax the JNI constraint and update jnigen to 0.17.0 by @buenaflor in #3931

Internal Changes