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.
2 parents b387897 + d5746f9 commit 24d25d9Copy full SHA for 24d25d9
SentryReactNative.podspec
@@ -18,9 +18,9 @@ Pod::Spec.new do |s|
18
s.preserve_paths = '*.js'
19
20
s.dependency 'React'
21
- s.dependency 'Sentry', '~> 2.1.3'
+ s.dependency 'Sentry', '~> 2.1.9'
22
s.dependency 'RSSwizzle', '~> 0.1.0'
23
24
- s.source_files = 'ios/RNSentry.{h,m}'
+ s.source_files = 'ios/RNSentry*.{h,m}'
25
s.public_header_files = 'ios/RNSentry.h'
26
end
0 commit comments