csgo-trader-extension icon indicating copy to clipboard operation
csgo-trader-extension copied to clipboard

Client side error collection

Open gergelyszabo94 opened this issue 4 years ago • 0 comments

Currently I have no visibility into the errors happening on client side. Listen to errors [1], capture the stack [2], store it in storage.locale and send it to the back end with telemetry.

On server side, store the errors in a DynamoDB table. Alerting / dashboard creation is not in the scope of this issue.

[1] https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onerror [2] https://www.sitepoint.com/proper-error-handling-javascript/

gergelyszabo94 avatar Nov 21 '19 11:11 gergelyszabo94