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 logrus implementation always use the same Sentry hub. Logrus loggers are often shared between goroutines. Your documentation states that using separate hubs for each goroutine is mandatory.
Motivation
With the current logrus implementation a new logger is mandatory for each goroutine. It would be nice if the implementation would be able to integrate with a single logger, while still being able to use the logger in different goroutines.
The text was updated successfully, but these errors were encountered:
Summary
The logrus implementation always use the same Sentry hub. Logrus loggers are often shared between goroutines. Your documentation states that using separate hubs for each goroutine is mandatory.
Motivation
With the current logrus implementation a new logger is mandatory for each goroutine. It would be nice if the implementation would be able to integrate with a single logger, while still being able to use the logger in different goroutines.
The text was updated successfully, but these errors were encountered: