mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #406] [MERGED] TestFlight metrics crash logs #502
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#502
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/406
Author: @rudrankriyam
Created: 2/2/2026
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/testflight-metrics-crash-logs-0125📝 Commits (3)
13c5c4atest: add tests for beta crash logs and metricsf032ec0feat: add testflight app metrics and crash logs5491536test: cover beta tester usages pagination📊 Changes
7 files changed (+515 additions, -2 deletions)
View changed files
📝
internal/asc/client_http_test.go(+55 -0)➕
internal/cli/cmdtest/testflight_beta_crash_logs_test.go(+32 -0)➕
internal/cli/cmdtest/testflight_metrics_beta_tester_usages_test.go(+187 -0)➕
internal/cli/testflight/beta_crash_logs.go(+77 -0)➕
internal/cli/testflight/metrics_beta_tester_usages.go(+157 -0)📝
internal/cli/testflight/testflight.go(+4 -1)📝
internal/cli/testflight/testflight_review.go(+3 -1)📄 Description
Add
testflight metrics beta-tester-usagesto fetch app-level TestFlight metrics andtestflight beta-crash-logs getto retrieve crash logs by ID.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.