Skip to content

Commit

Permalink
feat: GA MetricKit integration (#3340)
Browse files Browse the repository at this point in the history
Remove experimental note on options to make the MetricKit
integration GA.

Fixes GH-2585
  • Loading branch information
philipphofmann authored Oct 12, 2023
1 parent 5b85619 commit 2affdbd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Unreleased

### Features

- GA of MetricKit integration (#3340)

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.
The MetricKit integration subscribes to [MXHangDiagnostic](https://developer.apple.com/documentation/metrickit/mxhangdiagnostic),
[MXDiskWriteExceptionDiagnostic](https://developer.apple.com/documentation/metrickit/mxdiskwriteexceptiondiagnostic),
and [MXCPUExceptionDiagnostic](https://developer.apple.com/documentation/metrickit/mxcpuexceptiondiagnostic).

## 8.13.1

### Fixes
Expand Down
3 changes: 2 additions & 1 deletion Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ NS_SWIFT_NAME(Options)
#if SENTRY_HAS_METRIC_KIT

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

0 comments on commit 2affdbd

Please sign in to comment.