now sentry recomends to use this to capture exceptions in sentry.
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-jul</artifactId>
<version>6.11.0</version>
</dependency>
in all last builds is still using
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>5.4.0</version>
<scope>runtime</scope>
</dependency>
and in this configuration we don’t see any activity in sentry. after updating it works.
Could you create images for jvb, jigasi, jicofo with this lib in pom.xml?
p.s. one bug exist here. docker-jitsi-meet/logging.properties at master · jitsi/docker-jitsi-meet · GitHub
if you will set variable SENTRY_DSN with string of your dsn it fails on cast this string to bool. so here or needed another function or two variables.