Usage
Target Specification
Flags
Output event data as JSON
Open the event in your web browser instead of displaying in terminalAlias:
-wNumber of spans to include in the output. Set to 0 or “no” to disable span tree display.When enabled, shows a hierarchical trace tree of spans associated with the event.
Examples
View an event (auto-detect context)
View event with explicit org/project
View event from URL
Open event in browser
View event with more spans
View event without span tree
Output as JSON
Output
Human-readable format
Displays:- Event ID and timestamp
- Platform, environment, and release information
- Error message and type
- Tags
- User context (if available)
- Span tree (if
--spansis enabled)
JSON format
Returns the complete event object including:event- Full event data from Sentry APItrace- Trace and span data (if--spans> 0)traceId- Associated trace IDspans- Array of span objects