docs(build-distribution): Add processing filter config docs#16610
Open
runningcode wants to merge 4 commits intomasterfrom
Open
docs(build-distribution): Add processing filter config docs#16610runningcode wants to merge 4 commits intomasterfrom
runningcode wants to merge 4 commits intomasterfrom
Conversation
The Build Distribution settings page uses the same filter component as Size Analysis but lacked corresponding documentation. This adds a section explaining how to configure processing filters in the Mobile Builds settings page. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Reuse the existing Size Analysis settings page image since both features share the same Mobile Builds settings UI. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Co-Authored-By: Claude <noreply@anthropic.com>
The absolute path couldn't be resolved by the MDX bundler during build. Use a relative path to the size-analysis image instead. Co-Authored-By: Claude <noreply@anthropic.com>
runningcode
commented
Feb 27, 2026
| You can control which uploaded builds are processed for Build Distribution in Sentry Settings. Go to your project's [Mobile Builds](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/mobile-builds/) settings. | ||
|
|
||
|  | ||
|  |
Contributor
Author
There was a problem hiding this comment.
Are relative references okay here?
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
Add documentation for configuring processing filters in Sentry Settings for Build Distribution. The Build Distribution settings page uses the same filter component as Size Analysis but lacked corresponding docs, so users landing on
/product/build-distribution/from the settings UI had no guidance on filter configuration.git_head_ref,build_configuration_name,app_id, etc.)Closes EME-800
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:
Co-Authored-By: Claude noreply@anthropic.com