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
captureNativeFailedRequestsoption for iOS/macOS (#3472)- This option allows controlling native HTTP error capturing independently from
captureFailedRequests. - When
null(the default), it falls back tocaptureFailedRequestsfor backwards compatibility. - Set to
falseto disable native failed request capturing while keeping Dart-side capturing enabled.
- This option allows controlling native HTTP error capturing independently from
Enhancements
- Refactor Logging API to be consistent with Metrics (#3463)