Following configuration doesn't work after upgrading the package from 2.0.12-1 to 2.0.29
- type: sentry
stacktraceAppPackages:
- com.tradeshift
threshold: ERROR
dsn: https://key@sentry.io/1228780
mdcTags: ['actor', 'tenant']
environment: dev
release: somerelease
throws this error
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Failed on call to `getDeclaredMethods()` on class `org.dhatim.dropwizard.sentry.logging.SentryAppenderFactory`, problem: (java.lang.NoClassDefFoundError) io/sentry/SentryOptions
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.tradeshift.ada.coding.AdaCodingConfiguration["logging"]->io.dropwizard.logging.DefaultLoggingFactory["appenders"]->java.util.ArrayList[1])
Following configuration doesn't work after upgrading the package from 2.0.12-1 to 2.0.29
throws this error