Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol: Capture project metadata about whether sourcemaps are inlined #30946

Open
ryanthemanuel opened this issue Jan 24, 2025 · 0 comments
Open
Labels
type: chore Work is required w/ no deliverable to end user

Comments

@ryanthemanuel
Copy link
Collaborator

What would you like?

In protocol, if sourceMapURL is not present for a given script during the Debugger.scriptParsed event, we can not properly capture source maps. In order to help with troubleshooting, it would be helpful to know whether or not this is being caused by a custom preprocessor that has its source maps set to not be inlined. We should send protocol enough information to know whether or not custom/modified preprocessors are being used and potentially whether inline source maps are disabled so that this information can be captured and used downstream.

Why is this needed?

No response

Other

No response

@jennifer-shehane jennifer-shehane added the type: chore Work is required w/ no deliverable to end user label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Work is required w/ no deliverable to end user
Projects
None yet
Development

No branches or pull requests

2 participants