Skip to content

Commit

Permalink
chore: update flutter/scripts/update-cocoa.sh to 8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Apr 23, 2024
1 parent 4a8fdb4 commit 238b7ab
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1,563 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Timing metric aggregates metrics in the created span ([#1994](https://github.com/getsentry/sentry-dart/pull/1994))

### Dependencies

- Bump Cocoa SDK from v8.21.0 to v8.24.0 ([#1986](https://github.com/getsentry/sentry-dart/pull/1986))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8240)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.24.0)

## 8.0.0

This release contains breaking changes, please read the changelog carefully.
Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
:tag => s.version.to_s }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Sentry/HybridSDK', '8.21.0'
s.dependency 'Sentry/HybridSDK', '8.24.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
Expand Down
Loading

0 comments on commit 238b7ab

Please sign in to comment.