Skip to content

Commit 6566e2d

Browse files
committed
Update sdk_api.json
1 parent 5be4764 commit 6566e2d

File tree

1 file changed

+149
-0
lines changed

1 file changed

+149
-0
lines changed

sdk_api.json

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15160,6 +15160,80 @@
1516015160
}
1516115161
]
1516215162
},
15163+
{
15164+
"kind": "Var",
15165+
"name": "attributes",
15166+
"printedName": "attributes",
15167+
"children": [
15168+
{
15169+
"kind": "TypeNominal",
15170+
"name": "Dictionary",
15171+
"printedName": "[Swift.String : Any]",
15172+
"children": [
15173+
{
15174+
"kind": "TypeNominal",
15175+
"name": "String",
15176+
"printedName": "Swift.String",
15177+
"usr": "s:SS"
15178+
},
15179+
{
15180+
"kind": "TypeNominal",
15181+
"name": "ProtocolComposition",
15182+
"printedName": "Any"
15183+
}
15184+
],
15185+
"usr": "s:SD"
15186+
}
15187+
],
15188+
"declKind": "Var",
15189+
"usr": "c:objc(cs)SentryScope(py)attributes",
15190+
"moduleName": "Sentry",
15191+
"isOpen": true,
15192+
"objc_name": "attributes",
15193+
"declAttributes": [
15194+
"ObjC",
15195+
"Dynamic"
15196+
],
15197+
"accessors": [
15198+
{
15199+
"kind": "Accessor",
15200+
"name": "Get",
15201+
"printedName": "Get()",
15202+
"children": [
15203+
{
15204+
"kind": "TypeNominal",
15205+
"name": "Dictionary",
15206+
"printedName": "[Swift.String : Any]",
15207+
"children": [
15208+
{
15209+
"kind": "TypeNominal",
15210+
"name": "String",
15211+
"printedName": "Swift.String",
15212+
"usr": "s:SS"
15213+
},
15214+
{
15215+
"kind": "TypeNominal",
15216+
"name": "ProtocolComposition",
15217+
"printedName": "Any"
15218+
}
15219+
],
15220+
"usr": "s:SD"
15221+
}
15222+
],
15223+
"declKind": "Accessor",
15224+
"usr": "c:objc(cs)SentryScope(im)attributes",
15225+
"moduleName": "Sentry",
15226+
"isOpen": true,
15227+
"objc_name": "attributes",
15228+
"declAttributes": [
15229+
"DiscardableResult",
15230+
"ObjC",
15231+
"Dynamic"
15232+
],
15233+
"accessorKind": "get"
15234+
}
15235+
]
15236+
},
1516315237
{
1516415238
"kind": "Constructor",
1516515239
"name": "init",
@@ -15953,6 +16027,81 @@
1595316027
],
1595416028
"funcSelfKind": "NonMutating"
1595516029
},
16030+
{
16031+
"kind": "Function",
16032+
"name": "setAttribute",
16033+
"printedName": "setAttribute(value:key:)",
16034+
"children": [
16035+
{
16036+
"kind": "TypeNameAlias",
16037+
"name": "Void",
16038+
"printedName": "Swift.Void",
16039+
"children": [
16040+
{
16041+
"kind": "TypeNominal",
16042+
"name": "Void",
16043+
"printedName": "()"
16044+
}
16045+
]
16046+
},
16047+
{
16048+
"kind": "TypeNominal",
16049+
"name": "ProtocolComposition",
16050+
"printedName": "Any"
16051+
},
16052+
{
16053+
"kind": "TypeNominal",
16054+
"name": "String",
16055+
"printedName": "Swift.String",
16056+
"usr": "s:SS"
16057+
}
16058+
],
16059+
"declKind": "Func",
16060+
"usr": "c:objc(cs)SentryScope(im)setAttributeValue:forKey:",
16061+
"moduleName": "Sentry",
16062+
"isOpen": true,
16063+
"objc_name": "setAttributeValue:forKey:",
16064+
"declAttributes": [
16065+
"ObjC",
16066+
"Dynamic"
16067+
],
16068+
"funcSelfKind": "NonMutating"
16069+
},
16070+
{
16071+
"kind": "Function",
16072+
"name": "removeAttribute",
16073+
"printedName": "removeAttribute(key:)",
16074+
"children": [
16075+
{
16076+
"kind": "TypeNameAlias",
16077+
"name": "Void",
16078+
"printedName": "Swift.Void",
16079+
"children": [
16080+
{
16081+
"kind": "TypeNominal",
16082+
"name": "Void",
16083+
"printedName": "()"
16084+
}
16085+
]
16086+
},
16087+
{
16088+
"kind": "TypeNominal",
16089+
"name": "String",
16090+
"printedName": "Swift.String",
16091+
"usr": "s:SS"
16092+
}
16093+
],
16094+
"declKind": "Func",
16095+
"usr": "c:objc(cs)SentryScope(im)removeAttributeForKey:",
16096+
"moduleName": "Sentry",
16097+
"isOpen": true,
16098+
"objc_name": "removeAttributeForKey:",
16099+
"declAttributes": [
16100+
"ObjC",
16101+
"Dynamic"
16102+
],
16103+
"funcSelfKind": "NonMutating"
16104+
},
1595616105
{
1595716106
"kind": "Function",
1595816107
"name": "clearAttachments",

0 commit comments

Comments
 (0)