play_compare_versions
Compare app vitals metrics between two versions to calculate delta and percentage improvement, helping assess the impact of fixes.
Instructions
[Version Comparison] Compare metrics between two app versions (e.g., before and after Baseline Profile / ANR fixes). Automatically calculates delta and percentage improvement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days range to aggregate (default: 7). | |
| metric_type | No | Metric to compare (default: 'ANR'). | |
| package_name | No | Android package name. Optional if environment variable is set. | |
| target_version | Yes | Target/newer version code (e.g. 201). | |
| baseline_version | Yes | Baseline/older version code (e.g. 200). | |
| credentials_path | No | Optional path to GCP credentials JSON. |