File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Add option to opt out of fatal level for automatically collected errors ([ #1738 ] ( https://github.com/getsentry/sentry-dart/pull/1738 ) )
8
8
9
+ ### Dependencies
10
+
11
+ - Bump Cocoa SDK from v8.15.2 to v8.17.0 ([ #1761 ] ( https://github.com/getsentry/sentry-dart/pull/1761 ) )
12
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8170 )
13
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.0 )
14
+
9
15
## 7.13.2
10
16
11
17
### 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.
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.15.2 '
15
+ s . dependency 'Sentry/HybridSDK' , '8.17.0 '
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '11.0'
Original file line number Diff line number Diff line change @@ -37603,8 +37603,7 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
37603
37603
ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
37604
37604
SentryCocoa lib,
37605
37605
ffi.Pointer<
37606
- ffi
37607
- .NativeFunction<
37606
+ ffi.NativeFunction<
37608
37607
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
37609
37608
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
37610
37609
ptr)
@@ -42032,17 +42031,15 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
42032
42031
ffi.Pointer<ffi.Bool> arg1)>>
42033
42032
ptr)
42034
42033
: this._(
42035
- lib
42036
- ._newBlock1(
42037
- _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42038
- ffi.Bool Function(
42039
- ffi.Pointer<_ObjCBlock> block,
42040
- ffi.Pointer<ObjCObject> arg0,
42041
- ffi.Pointer<ffi.Bool> arg1)>(
42042
- _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42043
- false)
42044
- .cast(),
42045
- ptr.cast()),
42034
+ lib._newBlock1(
42035
+ _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42036
+ ffi.Bool Function(
42037
+ ffi.Pointer<_ObjCBlock> block,
42038
+ ffi.Pointer<ObjCObject> arg0,
42039
+ ffi.Pointer<ffi.Bool> arg1)>(
42040
+ _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42041
+ .cast(),
42042
+ ptr.cast()),
42046
42043
lib);
42047
42044
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
42048
42045
You can’t perform that action at this time.
0 commit comments