Skip to content

Commit 04974c7

Browse files
committed
1 parent 868dd81 commit 04974c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

relay/event.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,6 +1644,18 @@
16441644
"format": "uint64",
16451645
"minimum": 0.0
16461646
},
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+
},
16471659
"module": {
16481660
"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).",
16491661
"default": null,

0 commit comments

Comments
 (0)