Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

issues view

Show full details for a single issue by fingerprint hash.
Displays exception type, message, stack trace (structured frames when available), triage status, mechanism (handled/unhandled), services, releases, environments, and a table of recent error events with trace correlation IDs.
Get the fingerprint hash from strada issues list. The --events flag controls how many recent occurrences to show (default 5).

Usage

strada issues view <fingerprint>

Arguments

ArgumentRequiredDescription
<fingerprint>Yesfingerprint

Options

OptionDefaultDescription
-p, --project [slug]-Project slug override (defaults to folder setup)
--org [name-or-id]-Organization override (defaults to folder setup)
-n, --events [count]-Number of recent error events to show (default: 5)
--json-Output raw JSON

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number

Examples

strada issues view abc123def456 -p my-app
strada issues view abc123def456 -p my-app --events 10 --json