You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript Global Exception Handler for UI + Improved Backend Error Handling
Bug reporting.
When exceptions are thrown from the UI, there is no way to tell unless the developers console is open. This will add a logging feature that will log exceptions for us.
mmicciolo
changed the title
[ENHANCEMENT - Game Editor] Javascript Global Exception Handler for UI
[ENHANCEMENT - Game Editor] Javascript Global Exception Handler for UI + Improved Backend Error Handling
Jan 7, 2023
mmicciolo
changed the title
[ENHANCEMENT - Game Editor] Javascript Global Exception Handler for UI + Improved Backend Error Handling
[ENHANCEMENT - Game Editor] Improved Error Handling + Reporting
Jan 7, 2023
Javascript Global Exception Handler for UI + Improved Backend Error Handling
Bug reporting.
When exceptions are thrown from the UI, there is no way to tell unless the developers console is open. This will add a logging feature that will log exceptions for us.
Describe the solution you'd like
https://blog.sentry.io/2016/01/04/client-javascript-reporting-window-onerror
window.onerror and then REST call to wlcp-metrics to log the error report
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: