File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Features
6
6
7
- - APM for isar ([ #1726 ] ( https://github.com/getsentry/sentry-dart/pull/1726 ) )
7
+ - Performance monitoring support for isar ([ #1726 ] ( https://github.com/getsentry/sentry-dart/pull/1726 ) )
8
8
- Tracing without performance for Dio integration ([ #1837 ] ( https://github.com/getsentry/sentry-dart/pull/1837 ) )
9
9
- Accept ` Map<String, dynamic> ` in ` Hint ` class ([ #1807 ] ( https://github.com/getsentry/sentry-dart/pull/1807 ) )
10
10
- Please check if everything works as expected when using ` Hint `
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.
12
12
:tag => s . version . to_s }
13
13
s . source_files = 'Classes/**/*'
14
14
s . public_header_files = 'Classes/**/*.h'
15
- s . dependency 'Sentry/HybridSDK' , '8.18 .0'
15
+ s . dependency 'Sentry/HybridSDK' , '8.19 .0'
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '11.0'
You can’t perform that action at this time.
0 commit comments