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

Create React App - fails to map stack trace #70

Open
freemaths opened this issue Jan 25, 2021 · 0 comments
Open

Create React App - fails to map stack trace #70

freemaths opened this issue Jan 25, 2021 · 0 comments

Comments

@freemaths
Copy link

Attempting to log and debug live errors on a site generated by create-react-app.
The gps object created with new StackTraceGPS() looks to be fine (sourceCache and sourceMapConsumerCache promises are fulfilled).
When using pinpoint it just returns original line and column with an added name of w:

source: main.c8f4e493.chunk.js line: 1 column 255531
source: /static/js/main.c8f4e493.chunk.js line: 1 column 255531 name: w
source: main.c8f4e493.chunk.js line: 1 column 6959
source: /static/js/main.c8f4e493.chunk.js line: 1 column 6959 name: w
source: main.c8f4e493.chunk.js line: 1 column 318036
source: /static/js/main.c8f4e493.chunk.js line: 1 column 318036 name: w

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant