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
Enable the consoleLoggingIntegration by default if enableLogs is set to true.
SDKs should aim to have it so that console/logger integrations create logs as per the appropriate log level if enableLogs/enable_logs is set to true. Examples of this include JavaScript’s console object and Pythons logging standard library.