File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ NS_SWIFT_NAME(Breadcrumb)
5959- (instancetype )init;
6060+ (instancetype )new NS_UNAVAILABLE;
6161
62- #if !SDK_V9
6362- (NSDictionary <NSString *, id > *)serialize;
64- #endif // !SDK_V9
6563
6664- (BOOL )isEqual:(id _Nullable)other;
6765
Original file line number Diff line number Diff line change 28362836 ],
28372837 "init_kind": "Designated"
28382838 },
2839+ {
2840+ "kind": "Function",
2841+ "name": "serialize",
2842+ "printedName": "serialize()",
2843+ "children": [
2844+ {
2845+ "kind": "TypeNominal",
2846+ "name": "Dictionary",
2847+ "printedName": "[Swift.String : Any]",
2848+ "children": [
2849+ {
2850+ "kind": "TypeNominal",
2851+ "name": "String",
2852+ "printedName": "Swift.String",
2853+ "usr": "s:SS"
2854+ },
2855+ {
2856+ "kind": "TypeNominal",
2857+ "name": "ProtocolComposition",
2858+ "printedName": "Any"
2859+ }
2860+ ],
2861+ "usr": "s:SD"
2862+ }
2863+ ],
2864+ "declKind": "Func",
2865+ "usr": "c:objc(cs)SentryBreadcrumb(im)serialize",
2866+ "moduleName": "Sentry",
2867+ "isOpen": true,
2868+ "objc_name": "serialize",
2869+ "declAttributes": [
2870+ "DiscardableResult",
2871+ "ObjC",
2872+ "Dynamic"
2873+ ],
2874+ "funcSelfKind": "NonMutating"
2875+ },
28392876 {
28402877 "kind": "Function",
28412878 "name": "isEqual",
You can’t perform that action at this time.
0 commit comments