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
New configurable logger factory commonBasicLogger and BasicLoggerOptions. The commonBasicLogger method is not intended to be exported directly in the SDKs, but wrapped to provide platform-specific behavior.
Fixed:
Any exceptions thrown by the platform-specific local storage implementation (for instance, if we are in a browser and window.localstorage is available but disabled) are now consistently caught, and will only be logged the first time to avoid repetitive logging.