I’m using sentry-spring-boot-starter on a project that we have two different deployments, one api and one event listener, but track exceptions on a single sentry project, but differs them by using two different releases.
However, the release on the event listener is not being generated, even though the required env variables (dns and release) are there.
Besides, on the API side, we’ve implemented a custom user provider but it’s not including those informations on the exceptions.
Could you guys help me out?