docs(apple, android): Enable standalone app start tracing in getting started guides#17891
Draft
itaybre wants to merge 1 commit into
Draft
docs(apple, android): Enable standalone app start tracing in getting started guides#17891itaybre wants to merge 1 commit into
itaybre wants to merge 1 commit into
Conversation
…started guides Add experimental.enableStandaloneAppStartTracing to all Apple platform getting started code snippets (Swift, Objective-C, SwiftUI) and io.sentry.standalone-app-start-tracing.enable to the Android manifest, within the tracing product option section for more accurate app start measurements. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
buenaflor
reviewed
May 27, 2026
Contributor
|
I think it makes sense to add this to the tracing page instead: e.g https://docs.sentry.io/platforms/android/tracing/ |
Member
|
I agree with Gino, let's add it to the Tracing landing page instead, and add a bit more explanation (or a link to the full doc on standalone app starts), if you're fine with that? I think it's not a good look for us to promote experimental features in the main getting started snippet. Sorry for misguiding you! |
Member
|
We could track its adoption, and then put it in the main getting started snippet later (if not enough adoption), when we will have done the work for the Mobile Vitals dashboard. |
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
Enable
enableStandaloneAppStartTracingin the getting started guides for Apple and Android platforms so users get more accurate app start measurements out of the box.options.experimental.enableStandaloneAppStartTracing = trueto all 6 code snippets (Swift, ObjC, SwiftUI) across iOS/macOS and tvOS/visionOS platform sectionsio.sentry.standalone-app-start-tracing.enablemeta-data to the AndroidManifest.xml configThe option is shown when the Tracing toggle is enabled on the getting started page.
Depends on:
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: