Can't load log handler "io.sentry.jul.SentryHandler"
jvb not work sentry show error Can't load log handler "io.sentry.jul.SentryHandler" version jitsi/jvb:stable-6726-1
Since it got stripped from the jvb, we need to bundle it here, in the Docker setup. Any ideas @sapkra ?
I'm wondering why this happens because the PR is not merged yet.
@saghul Can it be that the artifactId has changed so that the dependency is not getting installed? Unfortunately I don't really know that much about Java and Maven setups.
Currently in JVB
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>5.3.0</version>
<scope>runtime</scope>
</dependency>
Up-to-date version from sentry docs
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-jul</artifactId>
<version>5.5.3</version>
</dependency>
Oh wait I thought it had landed. Hum.
I haven't landed the PR to remove sentry from jvb/jicofo/jibri for fear of breaking docker, but apparently it's already broken :)
I took a quick look yesterday at pulling in sentry from docker instead, but I didn't get anywhere.
Thanks for taking a look Boris!