File tree 3 files changed +20
-11
lines changed
3 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 27
27
- Metrics API ([ #2312 ] ( https://github.com/getsentry/sentry-dart/pull/2312 ) )
28
28
- Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Coming-to-an-End
29
29
30
+ ### Dependencies
31
+
32
+ - Bump Cocoa SDK from v8.36.0 to v8.37.0 ([ #2334 ] ( https://github.com/getsentry/sentry-dart/pull/2334 ) )
33
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8370 )
34
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.37.0 )
35
+
30
36
## 8.9.0
31
37
32
38
### Features
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
16
16
:tag => s . version . to_s }
17
17
s . source_files = 'Classes/**/*'
18
18
s . public_header_files = 'Classes/**/*.h'
19
- s . dependency 'Sentry/HybridSDK' , '8.36 .0'
19
+ s . dependency 'Sentry/HybridSDK' , '8.37 .0'
20
20
s . ios . dependency 'Flutter'
21
21
s . osx . dependency 'FlutterMacOS'
22
22
s . ios . deployment_target = '12.0'
Original file line number Diff line number Diff line change @@ -37667,7 +37667,8 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
37667
37667
ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
37668
37668
SentryCocoa lib,
37669
37669
ffi.Pointer<
37670
- ffi.NativeFunction<
37670
+ ffi
37671
+ .NativeFunction<
37671
37672
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
37672
37673
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
37673
37674
ptr)
@@ -42111,15 +42112,17 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
42111
42112
ffi.Pointer<ffi.Bool> arg1)>>
42112
42113
ptr)
42113
42114
: this._(
42114
- lib._newBlock1(
42115
- _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42116
- ffi.Bool Function(
42117
- ffi.Pointer<_ObjCBlock> block,
42118
- ffi.Pointer<ObjCObject> arg0,
42119
- ffi.Pointer<ffi.Bool> arg1)>(
42120
- _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42121
- .cast(),
42122
- ptr.cast()),
42115
+ lib
42116
+ ._newBlock1(
42117
+ _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42118
+ ffi.Bool Function(
42119
+ ffi.Pointer<_ObjCBlock> block,
42120
+ ffi.Pointer<ObjCObject> arg0,
42121
+ ffi.Pointer<ffi.Bool> arg1)>(
42122
+ _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42123
+ false)
42124
+ .cast(),
42125
+ ptr.cast()),
42123
42126
lib);
42124
42127
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
42125
42128
You can’t perform that action at this time.
0 commit comments