victor-meng 79dec6a8a8
Refactor error handling in data explorer Part 3 (#315)
- Make sure we pass the error message string instead of an error object when we call `TelemetryProcessor.traceFailure` since TelemetryProcessor will call `JSON.stringify` on the error object which would result in an empty object
- Removed ErrorParserUtility since it only works on specific error types. We can just log the full error message and manually derive information we need from the message.
- Added option to include stack trace in `getErrorMessage`. This is useful for figuring out where the client side script errors are coming from.
- Some minor refactors
2020-11-06 04:02:57 +00:00
..
2020-09-14 17:02:29 -07:00
2020-09-14 17:02:29 -07:00
2020-07-27 16:05:25 -05:00
2020-07-27 16:05:25 -05:00
2020-09-08 12:44:46 -05:00
2020-10-29 11:26:37 -05:00
2020-10-29 11:26:37 -05:00
2020-10-27 10:36:31 -05:00
2020-07-27 16:05:25 -05:00
2020-07-27 16:05:25 -05:00