You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What would you like?
In protocol, if
sourceMapURL
is not present for a given script during theDebugger.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
The text was updated successfully, but these errors were encountered: