Skip to content

Commit 19ab0eb

Browse files
committed
Bump to Sentry 7
1 parent c3df5da commit 19ab0eb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

AppwiseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Pod::Spec.new do |s|
5555
ss.dependency 'Alamofire', '~> 4.8'
5656
ss.dependency 'CocoaLumberjack/Swift', '~> 3.6'
5757
ss.dependency 'CodableAlamofire', '~> 1.1'
58-
ss.dependency 'Sentry', '~> 6.0'
58+
ss.dependency 'Sentry', '~> 7.0'
5959
ss.dependency 'Then', '~> 2.6'
6060
end
6161

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
## [Master](https://github.com/appwise-labs/AppwiseCore)
77

8+
* Bump SentrySDK version from 6 to 7. Make sure you configure a trace sample rate! This should NOT be a breaking change, but if needed, check [their migration docs](https://docs.sentry.io/platforms/apple/migration/#migrating-from-6x-to-7x).
9+
810
## [1.4.2](https://github.com/appwise-labs/AppwiseCore/releases/tag/1.4.2)
911

1012
### Internal

Example

0 commit comments

Comments
 (0)