Skip to content

Commit 2aecae7

Browse files
committed
Run make generate api
1 parent 95c5c36 commit 2aecae7

File tree

1 file changed

+290
-0
lines changed

1 file changed

+290
-0
lines changed

sdk_api.json

Lines changed: 290 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,16 @@
454454
"Exported"
455455
]
456456
},
457+
{
458+
"kind": "Import",
459+
"name": "Sentry.SentrySessionReplayHybridSDK",
460+
"printedName": "Sentry.SentrySessionReplayHybridSDK",
461+
"declKind": "Import",
462+
"moduleName": "Sentry",
463+
"declAttributes": [
464+
"Exported"
465+
]
466+
},
457467
{
458468
"kind": "TypeDecl",
459469
"name": "Attachment",
@@ -25717,6 +25727,286 @@
2571725727
}
2571825728
]
2571925729
},
25730+
{
25731+
"kind": "TypeDecl",
25732+
"name": "SentrySessionReplayHybridSDK",
25733+
"printedName": "SentrySessionReplayHybridSDK",
25734+
"children": [
25735+
{
25736+
"kind": "Function",
25737+
"name": "createBreadcrumbwithTimestamp",
25738+
"printedName": "createBreadcrumbwithTimestamp(_:category:message:level:data:)",
25739+
"children": [
25740+
{
25741+
"kind": "TypeNominal",
25742+
"name": "SentryRRWebEventProtocol",
25743+
"printedName": "any Sentry.SentryRRWebEventProtocol",
25744+
"usr": "c:@M@Sentry@objc(pl)SentryRRWebEvent"
25745+
},
25746+
{
25747+
"kind": "TypeNominal",
25748+
"name": "Date",
25749+
"printedName": "Foundation.Date",
25750+
"usr": "s:10Foundation4DateV"
25751+
},
25752+
{
25753+
"kind": "TypeNominal",
25754+
"name": "String",
25755+
"printedName": "Swift.String",
25756+
"usr": "s:SS"
25757+
},
25758+
{
25759+
"kind": "TypeNominal",
25760+
"name": "Optional",
25761+
"printedName": "Swift.String?",
25762+
"children": [
25763+
{
25764+
"kind": "TypeNominal",
25765+
"name": "String",
25766+
"printedName": "Swift.String",
25767+
"usr": "s:SS"
25768+
}
25769+
],
25770+
"usr": "s:Sq"
25771+
},
25772+
{
25773+
"kind": "TypeNominal",
25774+
"name": "SentryLevel",
25775+
"printedName": "Sentry.SentryLevel",
25776+
"usr": "c:@E@SentryLevel"
25777+
},
25778+
{
25779+
"kind": "TypeNominal",
25780+
"name": "Optional",
25781+
"printedName": "[Swift.String : Any]?",
25782+
"children": [
25783+
{
25784+
"kind": "TypeNominal",
25785+
"name": "Dictionary",
25786+
"printedName": "[Swift.String : Any]",
25787+
"children": [
25788+
{
25789+
"kind": "TypeNominal",
25790+
"name": "String",
25791+
"printedName": "Swift.String",
25792+
"usr": "s:SS"
25793+
},
25794+
{
25795+
"kind": "TypeNominal",
25796+
"name": "ProtocolComposition",
25797+
"printedName": "Any"
25798+
}
25799+
],
25800+
"usr": "s:SD"
25801+
}
25802+
],
25803+
"usr": "s:Sq"
25804+
}
25805+
],
25806+
"declKind": "Func",
25807+
"usr": "c:objc(cs)SentrySessionReplayHybridSDK(cm)createBreadcrumbwithTimestamp:category:message:level:data:",
25808+
"moduleName": "Sentry",
25809+
"static": true,
25810+
"isOpen": true,
25811+
"objc_name": "createBreadcrumbwithTimestamp:category:message:level:data:",
25812+
"declAttributes": [
25813+
"DiscardableResult",
25814+
"ObjC",
25815+
"Dynamic"
25816+
],
25817+
"funcSelfKind": "NonMutating"
25818+
},
25819+
{
25820+
"kind": "Function",
25821+
"name": "createNetworkBreadcrumb",
25822+
"printedName": "createNetworkBreadcrumb(withTimestamp:endTimestamp:operation:description:data:)",
25823+
"children": [
25824+
{
25825+
"kind": "TypeNominal",
25826+
"name": "SentryRRWebEventProtocol",
25827+
"printedName": "any Sentry.SentryRRWebEventProtocol",
25828+
"usr": "c:@M@Sentry@objc(pl)SentryRRWebEvent"
25829+
},
25830+
{
25831+
"kind": "TypeNominal",
25832+
"name": "Date",
25833+
"printedName": "Foundation.Date",
25834+
"usr": "s:10Foundation4DateV"
25835+
},
25836+
{
25837+
"kind": "TypeNominal",
25838+
"name": "Date",
25839+
"printedName": "Foundation.Date",
25840+
"usr": "s:10Foundation4DateV"
25841+
},
25842+
{
25843+
"kind": "TypeNominal",
25844+
"name": "String",
25845+
"printedName": "Swift.String",
25846+
"usr": "s:SS"
25847+
},
25848+
{
25849+
"kind": "TypeNominal",
25850+
"name": "String",
25851+
"printedName": "Swift.String",
25852+
"usr": "s:SS"
25853+
},
25854+
{
25855+
"kind": "TypeNominal",
25856+
"name": "Dictionary",
25857+
"printedName": "[Swift.String : Any]",
25858+
"children": [
25859+
{
25860+
"kind": "TypeNominal",
25861+
"name": "String",
25862+
"printedName": "Swift.String",
25863+
"usr": "s:SS"
25864+
},
25865+
{
25866+
"kind": "TypeNominal",
25867+
"name": "ProtocolComposition",
25868+
"printedName": "Any"
25869+
}
25870+
],
25871+
"usr": "s:SD"
25872+
}
25873+
],
25874+
"declKind": "Func",
25875+
"usr": "c:objc(cs)SentrySessionReplayHybridSDK(cm)createNetworkBreadcrumbWithTimestamp:endTimestamp:operation:description:data:",
25876+
"moduleName": "Sentry",
25877+
"static": true,
25878+
"isOpen": true,
25879+
"objc_name": "createNetworkBreadcrumbWithTimestamp:endTimestamp:operation:description:data:",
25880+
"declAttributes": [
25881+
"DiscardableResult",
25882+
"ObjC",
25883+
"Dynamic"
25884+
],
25885+
"funcSelfKind": "NonMutating"
25886+
},
25887+
{
25888+
"kind": "Function",
25889+
"name": "createDefaultBreadcrumbConverter",
25890+
"printedName": "createDefaultBreadcrumbConverter()",
25891+
"children": [
25892+
{
25893+
"kind": "TypeNominal",
25894+
"name": "SentryReplayBreadcrumbConverter",
25895+
"printedName": "any Sentry.SentryReplayBreadcrumbConverter",
25896+
"usr": "c:@M@Sentry@objc(pl)SentryReplayBreadcrumbConverter"
25897+
}
25898+
],
25899+
"declKind": "Func",
25900+
"usr": "c:objc(cs)SentrySessionReplayHybridSDK(cm)createDefaultBreadcrumbConverter",
25901+
"moduleName": "Sentry",
25902+
"static": true,
25903+
"isOpen": true,
25904+
"objc_name": "createDefaultBreadcrumbConverter",
25905+
"declAttributes": [
25906+
"DiscardableResult",
25907+
"ObjC",
25908+
"Dynamic"
25909+
],
25910+
"funcSelfKind": "NonMutating"
25911+
},
25912+
{
25913+
"kind": "Constructor",
25914+
"name": "init",
25915+
"printedName": "init()",
25916+
"children": [
25917+
{
25918+
"kind": "TypeNominal",
25919+
"name": "SentrySessionReplayHybridSDK",
25920+
"printedName": "Sentry.SentrySessionReplayHybridSDK",
25921+
"usr": "c:objc(cs)SentrySessionReplayHybridSDK"
25922+
}
25923+
],
25924+
"declKind": "Constructor",
25925+
"usr": "c:objc(cs)NSObject(im)init",
25926+
"moduleName": "Sentry",
25927+
"overriding": true,
25928+
"implicit": true,
25929+
"objc_name": "init",
25930+
"declAttributes": [
25931+
"Override",
25932+
"ObjC",
25933+
"Dynamic"
25934+
],
25935+
"init_kind": "Designated"
25936+
}
25937+
],
25938+
"declKind": "Class",
25939+
"usr": "c:objc(cs)SentrySessionReplayHybridSDK",
25940+
"moduleName": "Sentry",
25941+
"isOpen": true,
25942+
"objc_name": "SentrySessionReplayHybridSDK",
25943+
"declAttributes": [
25944+
"ObjC",
25945+
"Dynamic"
25946+
],
25947+
"superclassUsr": "c:objc(cs)NSObject",
25948+
"inheritsConvenienceInitializers": true,
25949+
"superclassNames": [
25950+
"ObjectiveC.NSObject"
25951+
],
25952+
"conformances": [
25953+
{
25954+
"kind": "Conformance",
25955+
"name": "Copyable",
25956+
"printedName": "Copyable",
25957+
"usr": "s:s8CopyableP",
25958+
"mangledName": "$ss8CopyableP"
25959+
},
25960+
{
25961+
"kind": "Conformance",
25962+
"name": "Escapable",
25963+
"printedName": "Escapable",
25964+
"usr": "s:s9EscapableP",
25965+
"mangledName": "$ss9EscapableP"
25966+
},
25967+
{
25968+
"kind": "Conformance",
25969+
"name": "NSObjectProtocol",
25970+
"printedName": "NSObjectProtocol",
25971+
"usr": "c:objc(pl)NSObject"
25972+
},
25973+
{
25974+
"kind": "Conformance",
25975+
"name": "Equatable",
25976+
"printedName": "Equatable",
25977+
"usr": "s:SQ",
25978+
"mangledName": "$sSQ"
25979+
},
25980+
{
25981+
"kind": "Conformance",
25982+
"name": "Hashable",
25983+
"printedName": "Hashable",
25984+
"usr": "s:SH",
25985+
"mangledName": "$sSH"
25986+
},
25987+
{
25988+
"kind": "Conformance",
25989+
"name": "CVarArg",
25990+
"printedName": "CVarArg",
25991+
"usr": "s:s7CVarArgP",
25992+
"mangledName": "$ss7CVarArgP"
25993+
},
25994+
{
25995+
"kind": "Conformance",
25996+
"name": "CustomStringConvertible",
25997+
"printedName": "CustomStringConvertible",
25998+
"usr": "s:s23CustomStringConvertibleP",
25999+
"mangledName": "$ss23CustomStringConvertibleP"
26000+
},
26001+
{
26002+
"kind": "Conformance",
26003+
"name": "CustomDebugStringConvertible",
26004+
"printedName": "CustomDebugStringConvertible",
26005+
"usr": "s:s28CustomDebugStringConvertibleP",
26006+
"mangledName": "$ss28CustomDebugStringConvertibleP"
26007+
}
26008+
]
26009+
},
2572026010
{
2572126011
"kind": "TypeDecl",
2572226012
"name": "SentrySessionStatus",

0 commit comments

Comments
 (0)