Skip to content

Commit

Permalink
Update SentryOptions.m
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Nov 15, 2024
1 parent ca444eb commit c0c895a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryOptions.m
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0c895a

Please sign in to comment.