Skip to content

Commit 5fc8d13

Browse files
bdiboncursoragent
andcommitted
Add websocket setup_duration field
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3a8e17a commit 5fc8d13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

schemas/rum/_websocket-schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
"type": "string",
132132
"description": "Negotiated WebSocket sub-protocol from WebSocket.protocol once the connection is open. Empty string when no sub-protocol was selected.",
133133
"readOnly": true
134+
},
135+
"setup_duration": {
136+
"type": "integer",
137+
"description": "Milliseconds from WebSocket construction until the connection opened. If the connection never opened, milliseconds until the close event or session flush.",
138+
"minimum": 0,
139+
"readOnly": true
134140
}
135141
},
136142
"readOnly": true

0 commit comments

Comments
 (0)