sentry-java
sentry-java copied to clipboard
Spring Cloud config hot reload
Problem Statement
Came up in https://github.com/getsentry/sentry-java/pull/2840#issuecomment-1722503337
Would it be possible to have this sentry.enabled property hot-reloadable via a Spring Cloud Config Server ? Could we use the Environment PropertyResolver to retrieve the prop when processing the event?
Solution Brainstorm
tbd