Skip to content

Commit b0f104d

Browse files
authored
feat(Apple): Add enableUnhandledCPPExceptionsV2 to experimental features (#14731)
1 parent 044d003 commit b0f104d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/apple/common/features/experimental-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Do you want to try some new experimental features? On the latest version of the
2020
</PlatformSection>
2121
- 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.
2222
- Enable the <PlatformLink to="/configuration/options/#enable-persisting-traces-when-crashing">`enablePersistingTracesWhenCrashing`</PlatformLink> option to link ongoing transactions to a crash event when your app crashes.
23-
23+
- Enable the `enableUnhandledCPPExceptionsV2` option to capture fatal CPPExceptions via hooking into `cxa_throw`
2424

2525
Let us know if you have feedback through [GitHub issues](https://github.com/getsentry/sentry-cocoa/issues).

0 commit comments

Comments
 (0)