UserProvider and release not working - Sentry spring boot

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?

From the information you’ve given it’s a hard to have any suggestions on troubleshooting.

Could you provide us with a small project that includes this setup and reproduces the issue? This way we can debug through.