You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: relay/event.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1644,6 +1644,18 @@
1644
1644
"format": "uint64",
1645
1645
"minimum": 0.0
1646
1646
},
1647
+
"lock": {
1648
+
"description": " A possible lock (java monitor object) held by this frame.",
1649
+
"default": null,
1650
+
"anyOf": [
1651
+
{
1652
+
"$ref": "#/definitions/LockReason"
1653
+
},
1654
+
{
1655
+
"type": "null"
1656
+
}
1657
+
]
1658
+
},
1647
1659
"module": {
1648
1660
"description": " Name of the module the frame is contained in.\n\n Note that this might also include a class name if that is something the\n language natively considers to be part of the stack (for instance in Java).",
0 commit comments