docs(mobile): Add headless app starts and platform comparison to Mobile Vitals#17897
Draft
itaybre wants to merge 4 commits into
Draft
docs(mobile): Add headless app starts and platform comparison to Mobile Vitals#17897itaybre wants to merge 4 commits into
itaybre wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
…le Vitals Document headless app start tracking (Android-only), add a cold/warm start comparison table between Android and iOS, and link to SDK docs for full platform-specific details. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2a6ea0e to
80d33a9
Compare
buenaflor
reviewed
May 27, 2026
Contributor
buenaflor
left a comment
There was a problem hiding this comment.
nice, looks good, just one comment
romtsn
reviewed
May 28, 2026
|
|
||
| Both Android and iOS distinguish between cold and warm starts, but the exact definitions and measurement approaches differ between platforms: | ||
|
|
||
| | | Android | iOS | |
Member
There was a problem hiding this comment.
I think there's a couple of missing details in this table for Android -- I let claude compare it with the implementation (AppStartMetrics) and there's multiple things we potentially need to update:
- Measurement Start - should say something like "Process fork time (API 24+), with fallback to ContentProvider creation"
- Warm Start - "Any start that isn't cold -
includes background returns, activity recreation, and late launches"
Contributor
Author
There was a problem hiding this comment.
Thanks for checking, an Android look is always appreciated.
I tried using android docs as reference, but I might have been confused
Contributor
Author
There was a problem hiding this comment.
Android docs may have been outdated, updated them too
romtsn
reviewed
May 28, 2026
…/index.mdx Co-authored-by: Chris Aigner <25478494+christophaigner@users.noreply.github.com>
- Update Android warm start definition to match implementation (includes background returns, activity recreation, late launches) - Update measurement start to reflect process fork time (API 24+) with ContentProvider fallback - Add headless app start measurement end Alert - Add app.vitals.start.prewarmed reference for iOS standalone app starts - Align Android SDK docs page with the same implementation details Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Document headless app starts and Android/iOS platform differences on the Mobile Vitals App Starts page:
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: