Skip to content

Commit b73b021

Browse files
committed
fix(ios): native sdk update with build fix
1 parent e121d29 commit b73b021

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugin/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.27.1'
1+
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '7.31.3'

plugin/platforms/ios/src/NSSentry.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#import "NSSentry.h"
22
#import <Sentry/Sentry.h>
3+
#import <Sentry/PrivateSentrySDKOnly.h>
34

45
@implementation NSSentrySDK
56

0 commit comments

Comments
 (0)