Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants