Skip to content

Commit c5c991b

Browse files
committed
chore: Remove extra V9 check
1 parent 5ff1b04 commit c5c991b

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

Sources/Sentry/Public/SentryBreadcrumb.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

sdk_api.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,6 +2836,43 @@
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",

0 commit comments

Comments
 (0)