Skip to content

Commit

Permalink
chore: Add Sentry/HybridSDK as dependency (#259)
Browse files Browse the repository at this point in the history
* Update Podfile

* Update CHANGELOG.md

Co-authored-by: Dhiogo Ramos Brustolin <dhiogo.brustolin@sentry.io>
  • Loading branch information
brustolin and brustolin authored Nov 11, 2022
1 parent b1e6987 commit 86d79f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
- Bump Sentry JavaScript SDK to `7.15.0` ([#244](https://github.com/getsentry/sentry-capacitor/pull/244))
- [changelog](https://github.com/getsentry/sentry-javascript/releases/tag/7.15.0)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.13.0...7.15.0)
- Bump Sentry iOS SDK to `7.27.1` ([#231](https://github.com/getsentry/sentry-capacitor/pull/231))
- [changelog](https://github.com/getsentry/sentry-cocoa/releases/tag/7.27.1)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.27.1)
- Bump Sentry iOS SDK to `7.30.2` ([#259](https://github.com/getsentry/sentry-capacitor/pull/259))
- [changelog](https://github.com/getsentry/sentry-cocoa/releases/tag/7.30.2)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.30.2)
- Bump Sentry Android SDK to `6.4.3` ([#230](https://github.com/getsentry/sentry-capacitor/pull/230))
- [changelog](https://github.com/getsentry/sentry-java/releases/tag/6.4.3)
- [diff](https://github.com/getsentry/sentry-java/compare/5.7.0...6.4.3)
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
target 'Plugin' do
capacitor_pods

pod 'Sentry', '7.27.1'
pod 'Sentry/HybridSDK', '7.30.2'
end

target 'PluginTests' do
Expand Down

0 comments on commit 86d79f4

Please sign in to comment.