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

Add support for ignoring vendor files in source maps #10257

Open
mukilane opened this issue Apr 24, 2023 · 0 comments
Open

Add support for ignoring vendor files in source maps #10257

mukilane opened this issue Apr 24, 2023 · 0 comments

Comments

@mukilane
Copy link

Chrome Devtools has had a feature to ignore frames from vendor/third-party files in stack trace and callstack during debugging.

It can be enabled by manually adding the files to exclude in Settings > Ignore List
or by setting x_google_ignoreList extension in the sourcemap which Devtools will parse and ignore.

I am hoping Ember can add support for the source map extension.

Call Stack Stacktrace
With Ignore List image image
Without Ignore List image image

(I had excluded backburner, runtime, @ember/-interal/*, and @ember/runloop)

References

  1. https://developer.chrome.com/articles/x-google-ignore-list/
  2. https://developer.chrome.com/docs/devtools/settings/ignore-list/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant