Skip to content

Commit 40d5569

Browse files
committed
Update to sentry 3.0.1
1 parent ca26682 commit 40d5569

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

SentryReactNative.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = '*.js'
1919

2020
s.dependency 'React'
21-
s.dependency 'Sentry', '~> 2.1.9'
21+
s.dependency 'Sentry', '~> 3.0.1'
22+
s.dependency 'KSCrash', '~> 1.15.8'
2223
s.dependency 'RSSwizzle', '~> 0.1.0'
2324

2425
s.source_files = 'ios/RNSentry*.{h,m}'

docs/cocoapods.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ After that change your ``Podfile`` to reference to the packages in your
3636
pod 'SentryReactNative', :path => sentry_path
3737
end
3838

39-
post_install do |installer|
40-
installer.pods_project.build_configurations.each do |config|
41-
config.build_settings['SWIFT_VERSION'] = '3.0'
42-
config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = 'YES'
43-
end
44-
end
45-
4639
After that run ``pod install`` which then should link everything correctly.
4740
If you need more information about how to load the react view check out
4841
`this tutorial.

ios/Sentry

0 commit comments

Comments
 (0)