Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SentryLogbackInitializer public #3707

Closed
DzmitryShylovich opened this issue Sep 21, 2024 · 2 comments
Closed

Make SentryLogbackInitializer public #3707

DzmitryShylovich opened this issue Sep 21, 2024 · 2 comments
Milestone

Comments

@DzmitryShylovich
Copy link

DzmitryShylovich commented Sep 21, 2024

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?

@adinauer
Copy link
Member

Hey @DzmitryShylovich, sure we can make it public.

@adinauer
Copy link
Member

@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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants