File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66
77- Tracer does not allow setting measurement if finished ([ #1026 ] ( https://github.com/getsentry/sentry-dart/pull/1026 ) )
88
9+ ### Features
10+
11+ - Bump Cocoa SDK from v7.26.0 to v7.27.0 ([ #1030 ] ( https://github.com/getsentry/sentry-dart/pull/1030 ) )
12+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7270 )
13+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/7.26.0...7.27.0 )
14+
915## 6.11.1
1016
1117### Fixes
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212 :tag => s . version . to_s }
1313 s . source_files = 'Classes/**/*'
1414 s . public_header_files = 'Classes/**/*.h'
15- s . dependency 'Sentry' , '~> 7.26 .0'
15+ s . dependency 'Sentry' , '~> 7.27 .0'
1616 s . ios . dependency 'Flutter'
1717 s . osx . dependency 'FlutterMacOS'
1818 s . ios . deployment_target = '9.0'
You can’t perform that action at this time.
0 commit comments