mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
a613d02147
commit
80a49e9611
3 changed files with 118 additions and 14 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue