Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add Sentry/HybridSDK as dependency #2592

Merged
merged 12 commits into from
Nov 16, 2022
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React-Core'
s.dependency 'Sentry', '7.30.0'
s.dependency 'Sentry/HybridSDK', '7.31.2'
brustolin marked this conversation as resolved.
Show resolved Hide resolved

s.source_files = 'ios/RNSentry.{h,m}'
s.public_header_files = 'ios/RNSentry.h'
Expand Down
1 change: 1 addition & 0 deletions ios/RNSentry.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#endif

#import <Sentry/Sentry.h>
#import <Sentry/PrivateSentrySDKOnly.h>
#import <Sentry/SentryScreenFrames.h>

@interface SentryTraceContext : NSObject
Expand Down