From c0c895adb83399caff50b2f5039ff1c657261831 Mon Sep 17 00:00:00 2001 From: Dhiogo Brustolin Date: Fri, 15 Nov 2024 15:43:57 +0100 Subject: [PATCH] Update SentryOptions.m --- Sources/Sentry/SentryOptions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/SentryOptions.m b/Sources/Sentry/SentryOptions.m index d3bde2141c..7f713ad754 100644 --- a/Sources/Sentry/SentryOptions.m +++ b/Sources/Sentry/SentryOptions.m @@ -76,7 +76,7 @@ @implementation SentryOptions { #if TARGET_OS_IOS && SENTRY_HAS_UIKIT if (@available(iOS 13.0, *)) { - [defaultIntegrations addObject:NSStringFromClass([SentryUserFeedbackIntegration class])]; + [defaultIntegrations addObject:[SentryUserFeedbackIntegration class]]; } #endif // TARGET_OS_IOS && SENTRY_HAS_UIKIT