Skip to content

Commit

Permalink
fixup! ref: move integration objc sources to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 30, 2024
1 parent e189f83 commit f359d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Sentry/SentryUserFeedbackIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#if TARGET_OS_IOS && SENTRY_HAS_UIKIT

@implementation SentryUserFeedbackIntegration {
SentryUserFeedbackIntegration *_driver;
SentryUserFeedbackIntegrationDriver *_driver;
}

- (BOOL)installWithOptions:(SentryOptions *)options
{
_driver = [[SentryUserFeedbackIntegration alloc]
_driver = [[SentryUserFeedbackIntegrationDriver alloc]
initWithConfiguration:options.userFeedbackConfiguration];
return YES;
}
Expand Down

0 comments on commit f359d1a

Please sign in to comment.