You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(apple): Docs for enableMetricKitRawPayload (#10334)
* fix(apple): Docs for enableMetricKitAttachments
Add docs for enableMetricKitAttachments available on Cocoa 8.29.0 and
above.
* rename to enableMetricKitRawPayload
* Update docs/platforms/apple/common/configuration/metric-kit.mdx
Co-authored-by: Karl Heinz Struggl <[email protected]>
* Update docs/platforms/apple/common/configuration/metric-kit.mdx
Co-authored-by: Karl Heinz Struggl <[email protected]>
---------
Co-authored-by: Karl Heinz Struggl <[email protected]>
Copy file name to clipboardExpand all lines: docs/platforms/apple/common/configuration/metric-kit.mdx
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,25 @@ SentrySDK.start { options in
34
34
options.enableMetricKit=YES;
35
35
}];
36
36
```
37
+
38
+
You can enable `enableMetricKitRawPayload` to view the raw MetricKit diagnostic payload in JSON format as an attachment on the converted event in Sentry. This feature is available on Cocoa 8.29.0 and up.
0 commit comments