Hi there I’m using the logback appender for Java with Sentry and setting the DSN through Sentry.init
giving it the DSN and the query param of release="1.0.0"
Is this the correct way to set the DSN in the application with a release? I’m not seeing the release in Sentry when I’ve done this but do see that the logback appender is still sending events correctly.