docs(android): Introduce Android ProfilingManager options - #18481
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
UI Profiling relies on the Android ProfilingManager, which rate limits profiling requests at the framework level on top of the SDK sampling rate. Document this in the Limitations section and add a callout with the shell command to disable the restrictions for local testing. Co-Authored-By: Claude <noreply@anthropic.com>
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
reviewed
Jun 23, 2026
coolguyzone
approved these changes
Jun 23, 2026
coolguyzone
left a comment
Contributor
There was a problem hiding this comment.
Some of the formatting needs adjusting, but once those are done this looks good to go!
Apply reviewer suggestions: inline multi-line Alert/paragraph JSX to fix stray line breaks in rendered output, reword the useProfilingManager description, and fix minor wording and spelling. Co-Authored-By: Claude <noreply@anthropic.com>
…ling Update the Android profiling docs to match the SDK change where ProfilingManager (Perfetto) is always used on Android 15 (API level 35) and higher, with no opt-in. The legacy tracer-based profiler now runs automatically on older devices, controlled by the new enableLegacyProfiling option (default true, deprecated, removed in the next major). - Replace the useProfilingManager option with enableLegacyProfiling (8.47.0) - Remove use-profiling-manager from onboarding, manual-setup, and profiling examples since Perfetto is now automatic on API 35+ - Reframe UI Profiling and Legacy Profiling pages around automatic backend selection and the legacy fallback - Clarify that app start profiling is only supported by the legacy profiler Co-Authored-By: Claude <noreply@anthropic.com>
Collapse the rewritten "Looking for the old profiler?" alert onto a single
line, matching the inline formatting convention applied to the sibling
profiling alerts in PR review, and drop the stray {" "} artifact.
Co-Authored-By: Claude <noreply@anthropic.com>
romtsn
reviewed
Jun 30, 2026
romtsn
approved these changes
Jun 30, 2026
romtsn
left a comment
Member
There was a problem hiding this comment.
one thing about the flag deprecation path, but LGTM otherwise!
…based profiling Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
markushi
enabled auto-merge (squash)
July 29, 2026 16:39
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
Introduce new docs for Android
ProfilingManager.Warning
do not merge before getsentry/sentry-java#5251
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:
continuous-profiling-perfettofeature flag was rolled out for both relay