Crash occurrences
The individual events within one crash group, cursor-paginated.
admin.crashes.occurrences(fingerprint, { limit: 25 })
The individual events within one crash group, cursor-paginated. Pass the fingerprint from a list row; each event carries its own context.
Parameters
fingerprint
string
RequiredThe crash group fingerprint, from a list row.
--release
string
Scope to a specific release id.
--cursor
string
Pagination cursor from a prior response.
--limit
number
Maximum rows to return.
--start
string
Window start as an ISO 8601 date.
--end
string
Window end as an ISO 8601 date.
CLI
remy-admin crashes occurrences <fingerprint> --limit 25