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
The JavaScript integration only uses the console.log/warn/debug/error type functions to log things. It would be useful to route this all through a centralized logged so that we have more control over the log format and when we log certain messages, such as implementing the log_level config option.
To do
Create centralized logger.
Update all log statements to use the centralized logger (with the exception of deprecation warnings and other messages that should be visible to the user).
Add log_level config option. See integrations guide.
The JavaScript integration only uses the
console.log/warn/debug/error
type functions to log things. It would be useful to route this all through a centralized logged so that we have more control over the log format and when we log certain messages, such as implementing thelog_level
config option.To do
log_level
config option. See integrations guide.Related issues
The text was updated successfully, but these errors were encountered: