github getsentry/sentry-dart 9.11.0-beta.1

pre-release8 hours ago

Features

  • Trace connected metrics (#3450)
    • This feature is enabled by default.
    • To send metrics use the following APIs:
      • Sentry.metrics.gauge(...)
      • Sentry.metrics.count(...)
      • Sentry.metrics.distribution(...)
  • Add captureNativeFailedRequests option for iOS/macOS (#3472)
    • This option allows controlling native HTTP error capturing independently from captureFailedRequests.
    • When null (the default), it falls back to captureFailedRequests for backwards compatibility.
    • Set to false to disable native failed request capturing while keeping Dart-side capturing enabled.

Enhancements

  • Refactor Logging API to be consistent with Metrics (#3463)

Dependencies

Don't miss a new sentry-dart release

NewReleases is sending notifications on new releases.