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

Fabo/1451 provide better sourcemaps #1506

Merged
merged 6 commits into from
Nov 1, 2018

Conversation

faboweb
Copy link
Collaborator

@faboweb faboweb commented Oct 31, 2018

Closes #1451

Description:

BEFORE:
image

AFTER:
image

❤️ Thank you!


  • Added entries in CHANGELOG.md with issue # and GitHub username
  • Reviewed Files changed in the github PR explorer

@codecov
Copy link

codecov bot commented Oct 31, 2018

Codecov Report

Merging #1506 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1506   +/-   ##
========================================
  Coverage    96.96%   96.96%           
========================================
  Files           92       92           
  Lines         1712     1712           
  Branches        77       77           
========================================
  Hits          1660     1660           
  Misses          43       43           
  Partials         9        9
Impacted Files Coverage Δ
app/src/main/index.js 98.79% <ø> (ø) ⬆️

@NodeGuy
Copy link
Contributor

NodeGuy commented Oct 31, 2018

That looks like an improvement but the line numbers are still not mapping back to the source files.

@faboweb
Copy link
Collaborator Author

faboweb commented Nov 1, 2018

Can you give an example? I just tested it again and the line number for main.js matches.

@NodeGuy
Copy link
Contributor

NodeGuy commented Nov 1, 2018

Oh I see, I was mistaking all of those files in the stack traces as ours but as you mentioned yesterday they are boilerplate from Webpack, etc. Great job!

@NodeGuy NodeGuy closed this Nov 1, 2018
@NodeGuy NodeGuy reopened this Nov 1, 2018
@NodeGuy NodeGuy merged commit e808fab into develop Nov 1, 2018
@NodeGuy NodeGuy deleted the fabo/1451-provide-better-sourcemaps branch November 1, 2018 16:24
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

Successfully merging this pull request may close these issues.

Generate more meaningful stack traces with source mapping
3 participants