Experimental features
Learn about the experimental features available for Sentry's Apple SDK.
Experimental features are still a work-in-progress and may have bugs. We recognize the irony.
Do you want to try some new experimental features? On the latest version of the Apple SDK, you can:
- If you use Swift concurrency, stitch together stack traces of your async code with the 
swiftAsyncStacktracesoption. Note that you can enable this in your Objective-C project, but only async code written in Swift will be stitched together. - Enable the 
enablePersistingTracesWhenCrashingoption to link ongoing transactions to a crash event when your app crashes. - Enable the 
enableUnhandledCPPExceptionsV2option to capture fatal CPPExceptions via hooking intocxa_throw 
Let us know if you have feedback through GitHub issues.
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").