Create a handler for logging javascript errors. In javascript error handler : window.onError log to an api endpoint like /api/log-error Right now we add errors to projectname_logs -- could probably just add the frontend errors there as well.
Create a handler for logging javascript errors.
In javascript error handler : window.onError log to an api endpoint like /api/log-error
Right now we add errors to projectname_logs -- could probably just add the frontend errors there as well.