gplay vitals crashes
Crash rate for a package (vitals crashrate preset).
An opinionated preset over gplay vitals query crashrate: no
metric or dimension knowledge required — the set's primary metric is reported
over the default 28-day DAILY window.
gplay vitals crashes --package com.example.app gplay vitals crashes --by versionCode --version 123 gplay vitals crashes --since 7d --period DAILY
--by slices the timeline (country|device|versionCode); --version filters to one versionCode. This is a READ-ONLY surface on the Play Developer Reporting service. --output json mirrors the API response verbatim; a freshness note is printed to stderr so an empty window is not mistaken for zero.
gplay vitals crashes [flags]| Flag | Description |
|---|---|
--by string | slice the timeline by a dimension (country|device|versionCode; availability depends on the metric set) |
--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) |
--period string | aggregation period: DAILY, HOURLY, or FULL_RANGE (default "DAILY") |
--since string | window length back from now, e.g. 28d or 24h (default "28d") |
--version string | filter to a single versionCode |
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) |