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

Closed
ryanthemanuel opened this issue Jan 24, 2025 · 1 comment · Fixed by #31171
Closed

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

ryanthemanuel opened this issue Jan 24, 2025 · 1 comment · Fixed by #31171
Assignees
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

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Mar 12, 2025

Released in 14.2.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v14.2.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Mar 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: chore Work is required w/ no deliverable to end user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants