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
Copy file name to clipboardexpand all lines: docs/platforms/apple/common/configuration/options.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ If <PlatformIdentifier name="trace-propagation-targets" /> is not provided, trac
268
268
269
269
<Alert>
270
270
271
-
This feature is experimental, may have bugs and is new in [sentry-cocoaversion8.41.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410).
271
+
This feature is experimental and may have bugs. It's available from [version8.41.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410).
Copy file name to clipboardexpand all lines: docs/platforms/apple/common/features/experimental-features.mdx
+9-32
Original file line number
Diff line number
Diff line change
@@ -4,45 +4,22 @@ sidebar_order: 2
4
4
description: "Learn about the experimental features available for Sentry's Apple SDK."
5
5
---
6
6
7
+
<Alert>
8
+
Experimental features are still a work-in-progress and may have bugs. We
9
+
recognize the irony.
10
+
</Alert>
11
+
7
12
Do you want to try some new experimental features? On the latest version of the Apple SDK, you can:
8
13
9
-
- Enable <PlatformLinkto="/tracing/instrumentation/automatic-instrumentation/#time-to-full-display">Time to Full Display (TTFD)</PlatformLink> to gain insight into how long it takes your view controller to launch and load all of its content.
- Enable <PlatformLinkto="/configuration/app-hangs/#app-hangs-v2">AppHangsV2</PlatformLink> to get more detailed app hangs. This differentiates between fully-blocking and non-fully-blocking app hangs, and also tells you the duration of app hangs.
20
+
</PlatformSection>
14
21
- If you use Swift concurrency, stitch together stack traces of your async code with the `swiftAsyncStacktraces` option. Note that you can enable this in your Objective-C project, but only async code written in Swift will be stitched together.
15
-
- Enable <PlatformLinkto="/configuration/app-hangs/#app-hangs-v2">AppHangsV2</PlatformLink> to get more detailed app hangs. The main difference is that AppHangsV2 differentiates between fully-blocking and non-fully-blocking app hangs and measures the duration of app hangs.
16
-
17
-
<Alert>
18
-
Experimental features are still a work-in-progress and may have bugs. We
- Enable the <PlatformLinkto="/configuration/options/#enable-persisting-traces-when-crashing">`enablePersistingTracesWhenCrashing`</PlatformLink> option to link ongoing transactions to a crash event when your app crashes.
40
23
41
-
// Enable all experimental features
42
-
options.enableTimeToFullDisplayTracing=YES;
43
-
options.enableAppLaunchProfiling=YES;
44
-
options.swiftAsyncStacktraces=YES; // only applies to async code in Swift
45
-
}];
46
-
```
47
24
48
25
Let us know if you have feedback through [GitHub issues](https://github.com/getsentry/sentry-cocoa/issues).
0 commit comments