play_get_metric_trends
Query daily trends and averages for ANR, crash, or slow cold start rates to pinpoint performance regressions and guide release decisions.
Instructions
[Token-efficient Metrics] Query trends and daily averages for ANR rate, slow cold start rate (Baseline Profile verification), or Crash rate. Redundant Protobuf metadata is stripped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of past days to query (default: 7). | |
| metric_type | Yes | Metric category: 'ANR' (Application Not Responding), 'STARTUP' (Slow cold start rate for Baseline Profile evaluation), or 'CRASH' (Fatal crash rate). | |
| package_name | No | Android package name. Optional if environment variable is set. | |
| version_code | No | Optional specific Android versionCode filter (e.g. 100200). | |
| credentials_path | No | Optional path to GCP credentials JSON. |