improve error handling & map stack trace (#809)

* improve error handling & map stack trace

* log error message and tweak

* support logging multiple errors

* move dynamic import inside try/catch
This commit is contained in:
David Luzar 2020-02-22 22:37:04 +01:00 committed by GitHub
parent a613d02147
commit 80a49e9611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 118 additions and 14 deletions

View file

@ -12,7 +12,8 @@
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.4.0",
"roughjs": "4.0.4"
"roughjs": "4.0.4",
"stacktrace-js": "2.0.2"
},
"description": "",
"devDependencies": {