@@ -22996,6 +22996,8 @@ class SentryCocoa {
22996
22996
_registerName1("prefersIncrementalDelivery");
22997
22997
late final _sel_setPrefersIncrementalDelivery_1 =
22998
22998
_registerName1("setPrefersIncrementalDelivery:");
22999
+ late final _sel_getGraphQLOperationName1 =
23000
+ _registerName1("getGraphQLOperationName");
22999
23001
late final _sel_storeCookies_forTask_1 =
23000
23002
_registerName1("storeCookies:forTask:");
23001
23003
void _objc_msgSend_804(
@@ -37671,7 +37673,8 @@ class ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool extends _ObjCBlockBase {
37671
37673
ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool.fromFunctionPointer(
37672
37674
SentryCocoa lib,
37673
37675
ffi.Pointer<
37674
- ffi.NativeFunction<
37676
+ ffi
37677
+ .NativeFunction<
37675
37678
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
37676
37679
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
37677
37680
ptr)
@@ -42115,15 +42118,17 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
42115
42118
ffi.Pointer<ffi.Bool> arg1)>>
42116
42119
ptr)
42117
42120
: this._(
42118
- lib._newBlock1(
42119
- _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42120
- ffi.Bool Function(
42121
- ffi.Pointer<_ObjCBlock> block,
42122
- ffi.Pointer<ObjCObject> arg0,
42123
- ffi.Pointer<ffi.Bool> arg1)>(
42124
- _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline, false)
42125
- .cast(),
42126
- ptr.cast()),
42121
+ lib
42122
+ ._newBlock1(
42123
+ _cFuncTrampoline ??= ffi.Pointer.fromFunction<
42124
+ ffi.Bool Function(
42125
+ ffi.Pointer<_ObjCBlock> block,
42126
+ ffi.Pointer<ObjCObject> arg0,
42127
+ ffi.Pointer<ffi.Bool> arg1)>(
42128
+ _ObjCBlock_bool_ObjCObject_bool_fnPtrTrampoline,
42129
+ false)
42130
+ .cast(),
42131
+ ptr.cast()),
42127
42132
lib);
42128
42133
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
42129
42134
@@ -58358,6 +58363,11 @@ class NSURLSessionTask extends NSObject {
58358
58363
return NSURLSessionTask._(_ret, _lib, retain: false, release: true);
58359
58364
}
58360
58365
58366
+ NSString getGraphQLOperationName() {
58367
+ final _ret = _lib._objc_msgSend_20(_id, _lib._sel_getGraphQLOperationName1);
58368
+ return NSString._(_ret, _lib, retain: true, release: true);
58369
+ }
58370
+
58361
58371
static NSURLSessionTask allocWithZone_(
58362
58372
SentryCocoa _lib, ffi.Pointer<_NSZone> zone) {
58363
58373
final _ret = _lib._objc_msgSend_3(
0 commit comments