Class SentryInitBeanPostProcessor

java.lang.Object
io.sentry.spring.SentryInitBeanPostProcessor
All Implemented Interfaces:
Aware, BeanPostProcessor, DisposableBean, ApplicationContextAware

public class SentryInitBeanPostProcessor extends Object implements BeanPostProcessor, ApplicationContextAware, DisposableBean
Initializes Sentry after all beans are registered. Closes Sentry on Spring application context destroy.