Event Interface
Frompackages/core/src/types-hoist/event.ts:
Fields
event_id
Unique identifier for the event (UUID format).
message
The log message or event description.
timestamp
Unix timestamp (seconds) when the event occurred.
level
Event severity:
'fatal', 'error', 'warning', 'info', 'debug', or 'log'.platform
Platform identifier (e.g.,
'javascript', 'node', 'python').release
Release version of the application.
environment
Environment name (e.g.,
'production', 'staging').tags
Key-value pairs for filtering and grouping.
extra
Additional arbitrary data.
user
User information. See User Types for details.
contexts
Additional context data organized by type.
breadcrumbs
Trail of events leading to the error. See Breadcrumb Types.
exception
request
HTTP request information.
fingerprint
Custom grouping fingerprint.
Event Types
Error Event
Transaction Event
EventHint
Additional context passed with events:Fields
The original exception object.
Synthetic exception for stack traces.
File attachments to include.