Trace
namestringrequired
An event name that describes the type of trace
sourcestringrequired
The source of the event. Events marked with SERVER were captured server-side and can be trusted to contain faithful data. Events marked with CLIENT were captured client-side and could potentially be tampered with by the client.
Possible values: [SERVER, CLIENT]
context objectrequired
Contextual event data in JSON format
property name*any
Contextual event data in JSON format
createdAtstring<date-time>required
The timestamp when the trace was captured server-side
Trace
{
"name": "string",
"source": "SERVER",
"context": {},
"createdAt": "2024-07-29T15:51:28.071Z"
}