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

build: Bump sentry-cocoa to 5.2 #1011

Merged
merged 2 commits into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- build: Bump sentry-cocoa to 5.2 #1011

## 1.7.0

- fix: Use `LogBox` instead of `YellowBox` if possible. #989
Expand Down
2 changes: 1 addition & 1 deletion RNSentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.dependency 'React'
s.dependency 'Sentry', '~> 5.1.8'
s.dependency 'Sentry', '~> 5.2.0'

s.source_files = 'ios/RNSentry.{h,m}'
s.public_header_files = 'ios/RNSentry.h'
Expand Down
14 changes: 7 additions & 7 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,12 +296,12 @@ PODS:
- React-Core (= 0.63.1)
- React-cxxreact (= 0.63.1)
- React-jsi (= 0.63.1)
- RNSentry (1.6.3):
- RNSentry (1.7.0):
- React
- Sentry (~> 5.1.8)
- Sentry (5.1.9):
- Sentry/Core (= 5.1.9)
- Sentry/Core (5.1.9)
- Sentry (~> 5.2.0)
- Sentry (5.2.0):
- Sentry/Core (= 5.2.0)
- Sentry/Core (5.2.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -465,8 +465,8 @@ SPEC CHECKSUMS:
React-RCTText: 4f95d322b7e6da72817284abf8a2cdcec18b9cd8
React-RCTVibration: f3a9123c244f35c40d3c9f3ec3f0b9e5717bb292
ReactCommon: 2905859f84a94a381bb0d8dd3921ccb1a0047cb8
RNSentry: ae1e005e4f2655775475445a9c49c1d343e8e3a7
Sentry: 81f7f2bd3cb041137ea7efcde3aa5ad0d5a67632
RNSentry: e2394d5db24084ebb5d67c35463b447ef4e1d5b0
Sentry: 6e04bc3e11bf771ca79140a112de64dcfbc7d8cb
Yoga: d5bd05a2b6b94c52323745c2c2b64557c8c66f64
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down