Closed adamboesch closed 6 years ago
Caused by: java.lang.ClassNotFoundException: io.sentry.logback.SentryAppender
Very weird? And this is reproducible? If you re-build with 1.6.4 does it work? I don't see anything in the diff that should cause this.
Weird....I did mvn clean and mvn compile before and it didn't work, but now today it does. I will close this, seems my IDE was playing tricks with me.
Hi, I am currently using the following dependency in my Spring Boot project:
and it works fine. But when I upgrade to 1.6.8, I get the following stacktrace:
The only change I have made is upgrade the
sentry-logback
dependency.