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:
- Enable App Launch Profiling to get detailed profiles for your app launches.
- Enable Continuous Profiling to get full coverage of your app's execution.
- 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. - Enable the
enablePersistingTracesWhenCrashing
option to link ongoing transactions to a crash event when your app crashes.
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").