From 50ccb74f393700fa6262a5338cf764fe46f52fc8 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 5 Nov 2024 10:45:26 +0100 Subject: [PATCH 1/2] feat(apple): Add enableTracingWhenCrashing Add docs for the new option enableTracingWhenCrashing. --- .../platforms/apple/common/configuration/options.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/platforms/apple/common/configuration/options.mdx b/docs/platforms/apple/common/configuration/options.mdx index 3cffedaa0e9a6..f335f3fcbaea0 100644 --- a/docs/platforms/apple/common/configuration/options.mdx +++ b/docs/platforms/apple/common/configuration/options.mdx @@ -271,3 +271,15 @@ String entries do not have to be full matches, meaning the URL of a request is m If is not provided, trace data is attached to every outgoing request from the instrumented client. + + + + + +This feature is experimental, may have bugs and is new in [sentry-cocoa version 8.40.0](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8400). + + + +When enabled, the SDK finishes the ongoing transaction bound to the scope and links them to the crash event when your app crashes. The SDK skips adding profiles to increase the chance of keeping the transaction. This option defaults to `false`. + + From dffde8fa5e6b61d9c8f6861d640c6de78f9bf522 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 5 Nov 2024 14:55:51 +0100 Subject: [PATCH 2/2] fix typo --- docs/platforms/apple/common/configuration/options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/apple/common/configuration/options.mdx b/docs/platforms/apple/common/configuration/options.mdx index f335f3fcbaea0..63e44da0b027d 100644 --- a/docs/platforms/apple/common/configuration/options.mdx +++ b/docs/platforms/apple/common/configuration/options.mdx @@ -272,7 +272,7 @@ If is not provided, trac - +