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
I would like to make SentryLogbackInitializer work with ContextRefresher from spring-cloud. ContextRefresher emits RefreshScopeRefreshedEvent instead of ContextRefreshedEvent, so I would like to extend SentryLogbackInitializer and override supportsEventType method to support new event type instead of copy-paste everything.
Solution Brainstorm
Is it possible to make SentryLogbackInitializer public?
The text was updated successfully, but these errors were encountered:
@DzmitryShylovich we've just released 8.0.0-beta.1 of the Java SDK where SentryLogbackInitializer is now public. If you decide to give it a try, feedback would be great :-)
Problem Statement
I would like to make
SentryLogbackInitializer
work with ContextRefresher from spring-cloud.ContextRefresher
emitsRefreshScopeRefreshedEvent
instead ofContextRefreshedEvent
, so I would like to extendSentryLogbackInitializer
and overridesupportsEventType
method to support new event type instead of copy-paste everything.Solution Brainstorm
Is it possible to make
SentryLogbackInitializer
public?The text was updated successfully, but these errors were encountered: