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: tests/upstream/json-specs/transaction.json
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -699,6 +699,31 @@
699
699
"boolean"
700
700
]
701
701
},
702
+
"session": {
703
+
"description": "Session holds optional transaction session information for RUM.",
704
+
"type": [
705
+
"null",
706
+
"object"
707
+
],
708
+
"properties": {
709
+
"id": {
710
+
"description": "ID holds a session ID for grouping a set of related transactions.",
711
+
"type": "string",
712
+
"maxLength": 1024
713
+
},
714
+
"sequence": {
715
+
"description": "Sequence holds an optional sequence number for a transaction within a session. It is not meaningful to compare sequences across two different sessions.",
0 commit comments