We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e121d29 commit b73b021Copy full SHA for b73b021
plugin/platforms/ios/Podfile
@@ -1 +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'
plugin/platforms/ios/src/NSSentry.m
@@ -1,5 +1,6 @@
#import "NSSentry.h"
2
#import <Sentry/Sentry.h>
3
+#import <Sentry/PrivateSentrySDKOnly.h>
4
5
@implementation NSSentrySDK
6
0 commit comments