@@ -37603,7 +37603,8 @@ 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.NativeFunction<
37606
+ ffi
37607
+ .NativeFunction<
37607
37608
ffi.Bool Function(ffi.Pointer<ObjCObject> arg0,
37608
37609
ffi.UnsignedLong arg1, ffi.Pointer<ffi.Bool> arg2)>>
37609
37610
ptr)
@@ -42031,15 +42032,17 @@ class ObjCBlock_bool_ObjCObject_bool extends _ObjCBlockBase {
42031
42032
ffi.Pointer<ffi.Bool> arg1)>>
42032
42033
ptr)
42033
42034
: this._(
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()),
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()),
42043
42046
lib);
42044
42047
static ffi.Pointer<ffi.Void>? _cFuncTrampoline;
42045
42048
@@ -70495,15 +70498,18 @@ class PrivateSentrySDKOnly extends NSObject {
70495
70498
70496
70499
/// Collect a profiler session data associated with the given @c SentryId.
70497
70500
/// This also discards the profiler.
70498
- static NSDictionary collectProfileBetween_and_forTrace_(SentryCocoa _lib,
70499
- int startSystemTime, int endSystemTime, SentryId? traceId) {
70501
+ static NSMutableDictionary collectProfileBetween_and_forTrace_(
70502
+ SentryCocoa _lib,
70503
+ int startSystemTime,
70504
+ int endSystemTime,
70505
+ SentryId? traceId) {
70500
70506
final _ret = _lib._objc_msgSend_1059(
70501
70507
_lib._class_PrivateSentrySDKOnly1,
70502
70508
_lib._sel_collectProfileBetween_and_forTrace_1,
70503
70509
startSystemTime,
70504
70510
endSystemTime,
70505
70511
traceId?._id ?? ffi.nullptr);
70506
- return NSDictionary ._(_ret, _lib, retain: true, release: true);
70512
+ return NSMutableDictionary ._(_ret, _lib, retain: true, release: true);
70507
70513
}
70508
70514
70509
70515
/// Discard profiler session data associated with the given @c SentryId.
0 commit comments