Skip to content

v0.1.1

Choose a tag to compare

@OrellBuehler OrellBuehler released this 13 Aug 21:54
· 3 commits to main since this release
3e6e90f

Fixes both Play Developer Reporting API tools that returned errors for every call, verified against the live API.

  • query_error_counts now sends the reportType dimension the API requires for errorCountMetricSet; without it every call failed with 400 INVALID_ARGUMENT. The dimension list also gains reportType, issueId, isUserPerceived and the device* breakdowns.
  • search_error_issues and search_error_reports now send UTC in the interval query params. The :search endpoints reject America/Los_Angeles as an unsupported timezone, unlike the :query metric endpoints which accept it in timelineSpec.
  • README: the install command had the -e flags after the -- separator, so they were passed to npx instead of being read as configuration and the server started with no credentials. Service account setup steps updated for the current Play Console flow.