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
We already have Sentry.LoggerHandler but it's used to send regular events, not logs. That's why we need to add a new handler dedicated to sending log events.
The new handler should be enabled only when config.enabled_logs is set to true.