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
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Currently, the Javascript SDK logs any errors, warnings, info and debug messages to console.log. This doesn't give the application developer any control over logging.
We should provide a way to emit these as events, and the application developer can listen for and pass on the events to whatever logging implementation the want.
E.g. An application developer can get internal messages via:
Currently, the Javascript SDK logs any errors, warnings, info and debug messages to console.log. This doesn't give the application developer any control over logging.
We should provide a way to emit these as events, and the application developer can listen for and pass on the events to whatever logging implementation the want.
E.g. An application developer can get internal messages via:
The text was updated successfully, but these errors were encountered: