- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Configuration
@ConditionalOnClass(value={ch.qos.logback.classic.LoggerContext.class,io.sentry.logback.SentryAppender.class})
@ConditionalOnProperty(name="sentry.logging.enabled",
havingValue="true",
matchIfMissing=true)
@ConditionalOnBean(value=SentryProperties.class)
public class SentryLogbackAppenderAutoConfiguration
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
Auto-configures SentryAppender.