Problem Statement
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?
Problem Statement
I would like to make
SentryLogbackInitializerwork with ContextRefresher from spring-cloud.ContextRefresheremitsRefreshScopeRefreshedEventinstead ofContextRefreshedEvent, so I would like to extendSentryLogbackInitializerand overridesupportsEventTypemethod to support new event type instead of copy-paste everything.Solution Brainstorm
Is it possible to make
SentryLogbackInitializerpublic?