feat(symbols): Pass project platform to builtin symbol sources API (frontend)#104116
Merged
feat(symbols): Pass project platform to builtin symbol sources API (frontend)#104116
Conversation
Sends the project's platform to the builtin symbol sources API endpoint to enable platform-based filtering of symbol sources. This is the frontend companion to the backend PR that adds platform restrictions for builtin symbol sources with org access control. Depends on backend PR #TBD
3 tasks
priscilawebdev
approved these changes
Nov 28, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Frontend changes to support platform-restricted builtin symbol sources.
This PR updates the Debug Files settings page to pass the project's platform to the builtin symbol sources API endpoint, enabling platform-based filtering of available symbol sources.
Changes
Frontend
project.platformquery parameter to the builtin symbol sources APIContext
This is the frontend companion to backend PR #102013 that adds:
enabledConsolePlatformsImplementation
The change is minimal - it adds the
platformquery parameter when fetching builtin symbol sources:This allows the backend to filter symbol sources based on:
platformsrestriction)Deployment
Can be merged independently - This change is backward compatible:
Related: Backend PR #102013 (independent, can merge in any order)