Cloudflare Docs
Logs
Logs
Edit this page on GitHub
Set theme to dark (⇧+D)

Workers Trace Events

The descriptions below detail the fields available for workers_trace_events.

FieldValueType
DispatchNamespaceThe Cloudflare Worker dispatch namespace.string
EntrypointThe name of the entrypoint class in which the Worker began execution.string
EventDetails about the source event.object
EventTimestampMsThe timestamp of when the event was received, in milliseconds.int
EventTypeThe event type that triggered the invocation.
Possible values are fetch.
string
ExceptionsList of uncaught exceptions during the invocation.array[object]
LogsList of console messages emitted during the invocation.array[object]
OutcomeThe outcome of the worker script invocation.
Possible values are ok | exception.
string
ScriptNameThe Cloudflare Worker script name.string
ScriptTagsA list of user-defined tags used to categorize the Worker.array[string]
ScriptVersionThe version of the script that was executed.object