play_search_error_issues
Search Google Play error clusters (CRASH, ANR, NON_FATAL) with filters for versionCode, user-perceived state, and process state. Results sorted by user impact to prioritize issues.
Instructions
[Atomic Issue Cluster Search] Search Google Play error clusters (CRASH, ANR, or NON_FATAL) with full AIP-160 filter support. Filter by specific versionCode, user-perceived state, or process state (FOREGROUND/BACKGROUND). Sorted by user impact and occurrences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | Number of top error clusters to retrieve (default: 10, max: 50). | |
| error_type | Yes | Error cluster type to retrieve. | |
| page_token | No | Optional pagination token from previous call. | |
| package_name | No | Android package name. Optional if environment variable is set. | |
| version_code | No | Optional specific Android versionCode filter (e.g. 100200). | |
| custom_filter | No | Optional raw AIP-160 filter expression (e.g. 'deviceModel = "google/walleye"'). | |
| credentials_path | No | Optional path to GCP credentials JSON. | |
| app_process_state | No | Optional filter for app process state. | |
| is_user_perceived | No | Optional filter to match only user-perceived error issues. |