Skip to content

Commit

Permalink
fix(ios): native sdk update with build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 9, 2022
1 parent e121d29 commit b73b021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.27.1'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.31.3'
1 change: 1 addition & 0 deletions plugin/platforms/ios/src/NSSentry.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "NSSentry.h"
#import <Sentry/Sentry.h>
#import <Sentry/PrivateSentrySDKOnly.h>

@implementation NSSentrySDK

Expand Down

0 comments on commit b73b021

Please sign in to comment.