gplay vitals errors issues
Search the clustered error issues — crashes and ANRs grouped by cause and location — over a window.
gplay vitals errors issues --package com.example.app gplay vitals errors issues --filter "errorIssueType = CRASH" --since 7d --limit 20
NOTE: stack frames are obfuscated until you upload ProGuard/R8 mappings (gplay releases mappings upload — #250); until then frames are not symbolicated.
Read-only; --output json mirrors the API response verbatim.
gplay vitals errors issues [flags]| Flag | Description |
|---|---|
--filter string | AIP-160 filter, e.g. "errorIssueType = CRASH" or "versionCode = 123" |
--limit int | max issues to return (0 = all, no cap) |
--order-by string | sort order, e.g. "errorReportCount desc" |
--output string | output format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI) |
--package string | Android package name (overrides .gplay/config.json pin) |
--since string | window length back from now, e.g. 28d or 24h (default "28d") |
Global flags
Section titled “Global flags”| Flag | Description |
|---|---|
--account string | name of a stored Account to use (overrides env and active Account) |
--retry int | retry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry) |
--service-account string | path to a service-account JSON, or inline JSON content (overrides --account, env, and active Account) |
--timeout duration | per-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads) |
-v, --verbose | log flow steps to stderr (info level) |