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

Hard to Debug Errors #106

Open
srchulo opened this issue Dec 5, 2020 · 1 comment
Open

Hard to Debug Errors #106

srchulo opened this issue Dec 5, 2020 · 1 comment

Comments

@srchulo
Copy link

srchulo commented Dec 5, 2020

Because the code is optimized and put together, it's hard to debug locally when there are errors because it doesn't really say what file the issue is in. Is there an easier way to debug for errors?

"errorMessage": "Cannot read property 'identity' of undefined",
    "errorType": "TypeError",
    "stackTrace": [
        "TypeError: Cannot read property 'identity' of undefined",
        "    at /home/user/documents/github/myapp/myapi/services/myservice/_optimize/my-api-dev-getSites/src/sites.js:2:1563",
@tmaslen
Copy link

tmaslen commented Mar 21, 2021

I've put in a PR for this issue. It enables source maps: #114

Please comment on my PR if you want this feature.

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

2 participants