From 088f7329fc484d5552ea316e34ca5fd2a5479a1d Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Wed, 18 Jan 2023 09:19:21 +0100 Subject: [PATCH] docs: Mention attachScreenshot works for crashes (#2620) Was forgotten to add in GH-1920. --- Sources/Sentry/Public/SentryOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/Public/SentryOptions.h b/Sources/Sentry/Public/SentryOptions.h index b5425741815..6dd746ffa05 100644 --- a/Sources/Sentry/Public/SentryOptions.h +++ b/Sources/Sentry/Public/SentryOptions.h @@ -200,7 +200,7 @@ NS_SWIFT_NAME(Options) /** * This feature is EXPERIMENTAL. * - * Automatically attaches a screenshot when capturing an error or exception. + * Automatically attaches a screenshot when capturing an error, exception, or a crash. * * Default value is NO */