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

[backport v2.9.5] Use complete source maps for Vue #12513

Open
github-actions bot opened this issue Nov 6, 2024 · 0 comments · May be fixed by #12307
Open

[backport v2.9.5] Use complete source maps for Vue #12513

github-actions bot opened this issue Nov 6, 2024 · 0 comments · May be fixed by #12307
Assignees
Labels
kind/enhancement QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this QA/None
Milestone

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2024

This is a backport issue for #12306, automatically created via GitHub Actions workflow initiated by @richard-cox

Original issue body:

Is your feature request related to a problem? Please describe.

Debugging and especially profiling dashboard production builds is difficult because original function names are not available.

Function names are not available because source maps are incorrect. Source maps are incorrect because Vue function names are taken from the minified version of the library (vue.min.js), where they are already shortened and therefore not easily readable.

Eg.

image

Describe the solution you'd like

Fully functional source maps, including Vue. Eg.

image

Describe alternatives you've considered

No alternatives considered.

Additional context

This is expected to be particularly useful to investigate at-scale scenarios.

@github-actions github-actions bot added kind/enhancement QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this QA/None labels Nov 6, 2024
@github-actions github-actions bot added this to the v2.9.5 milestone Nov 6, 2024
@richard-cox richard-cox linked a pull request Nov 6, 2024 that will close this issue
7 tasks
@richard-cox richard-cox linked a pull request Nov 6, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this QA/None
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants