Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support iOS metrics #1685

Merged
merged 2 commits into from
Jan 3, 2025
Merged

feat: support iOS metrics #1685

merged 2 commits into from
Jan 3, 2025

Conversation

detj
Copy link
Contributor

@detj detj commented Jan 2, 2025

Summary

This PR makes necessary changes to backend and dashboard to query, compute and show app's platform based metrics. ANR Free Sessions and Perceived ANR Free Sessions are only queried and shown if the app's platform is Android.

Tasks

  • Modify GET /apps/:id/metrics API to conditionally query and process app metrics based on app's platform
  • Modify dashboard overview page to only show anr_free_sessions when available
  • Modify dashboard overview page to only show perceived_anr_free_sessions when available

See also

detj added 2 commits January 3, 2025 01:32
- add support for computing ios metrics

fixes #1636

Signed-off-by: detj <[email protected]>
- do not show anr free sessions when it's null
- do not show perceived anr free sessions when it's null

fixes #1636

Signed-off-by: detj <[email protected]>
@detj detj added feature new features backend backend related frontend frontend related labels Jan 2, 2025
@detj detj self-assigned this Jan 2, 2025
Copy link

vercel bot commented Jan 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
measure-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2025 8:08pm

@detj detj changed the title Ios metrics feat: support iOS metrics Jan 2, 2025
@detj detj requested a review from anupcowkur January 3, 2025 03:30
@detj detj merged commit f5dc91b into main Jan 3, 2025
12 checks passed
@detj detj deleted the ios-metrics branch January 3, 2025 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend related feature new features frontend frontend related
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for iOS Metrics
2 participants