about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-02-19 22:36:52 +0100
committerGitHub <noreply@github.com>2020-02-19 22:36:52 +0100
commitff3a11d01d262c0a37cc1e33db2013b19729fb9d (patch)
tree85690fbeafa3a00a11c7f39ef7c50c87df5fe3e4 /package.json
parentd8e9bae482b2921c3a06e6d94c0b8a07cf0c41ff (diff)
Add source-mapped stacktrace to error message in web UI (#13082)
* Add source-mapped stack trace to copyable text in error boundary

* Add the error message to the copied report, not only the stack trace
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d856051c1..04c05961f 100644
--- a/package.json
+++ b/package.json
@@ -153,6 +153,7 @@
     "rimraf": "^3.0.2",
     "sass": "^1.25.0",
     "sass-loader": "^8.0.2",
+    "stacktrace-js": "^2.0.2",
     "stringz": "^2.0.0",
     "substring-trie": "^1.0.2",
     "terser-webpack-plugin": "^2.3.5",