Commit 8aa90b8
Handle failures to process stacktraces. (#17)
This can manifest as "Unhandled promise rejection" or "Cannot parse given Error object" messages in the browser, that occur *while* trying to run the stackdriver-errors-js code...though you'd never know it unless you were also running another javascript-error-reporting system (like I was)
These breaking exceptions can happen with stacktraces like "Access Denied", which stacktrace.js fails on:
stacktracejs/stacktrace.js#1701 parent 5a260d0 commit 8aa90b8
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments