Skip to content

Commit 2affdbd

Browse files
feat: GA MetricKit integration (#3340)
Remove experimental note on options to make the MetricKit integration GA. Fixes GH-2585
1 parent 5b85619 commit 2affdbd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Features
6+
7+
- GA of MetricKit integration (#3340)
8+
9+
Once enabled, this feature subscribes to [MetricKit's](https://developer.apple.com/documentation/metrickit) [MXDiagnosticPayload](https://developer.apple.com/documentation/metrickit/mxdiagnosticpayload) data, converts it to events, and sends it to Sentry.
10+
The MetricKit integration subscribes to [MXHangDiagnostic](https://developer.apple.com/documentation/metrickit/mxhangdiagnostic),
11+
[MXDiskWriteExceptionDiagnostic](https://developer.apple.com/documentation/metrickit/mxdiskwriteexceptiondiagnostic),
12+
and [MXCPUExceptionDiagnostic](https://developer.apple.com/documentation/metrickit/mxcpuexceptiondiagnostic).
13+
314
## 8.13.1
415

516
### Fixes

Sources/Sentry/Public/SentryOptions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ NS_SWIFT_NAME(Options)
457457
#if SENTRY_HAS_METRIC_KIT
458458

459459
/**
460-
* @warning This is an experimental feature and may still have bugs.
460+
* Use this feature to enable the Sentry MetricKit integration.
461+
*
461462
* @brief When enabled, the SDK sends @c MXDiskWriteExceptionDiagnostic, @c MXCPUExceptionDiagnostic
462463
* and
463464
* @c MXHangDiagnostic to Sentry. The SDK supports this feature from iOS 15 and later and macOS 12

0 commit comments

Comments
 (0)