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
As apart of https://github.com/alleyinteractive/logger/wiki/Front-end-Logging you can send logs to the back-end with window.aiLogger.push(). However, this can result in unnecessary requests if the error was filtered out server-side. We need a way to filter out this message in Javascript before the AJAX request was made to the back-end.
The text was updated successfully, but these errors were encountered:
As apart of https://github.com/alleyinteractive/logger/wiki/Front-end-Logging you can send logs to the back-end with
window.aiLogger.push()
. However, this can result in unnecessary requests if the error was filtered out server-side. We need a way to filter out this message in Javascript before the AJAX request was made to the back-end.The text was updated successfully, but these errors were encountered: