Class InAppIncludesResolver

java.lang.Object
io.sentry.spring.boot.InAppIncludesResolver
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class InAppIncludesResolver extends Object implements org.springframework.context.ApplicationContextAware
Resolves SentryProperties inAppIncludes by getting a package name from a class annotated with SpringBootConfiguration or another annotation meta-annotated with SpringBootConfiguration like SpringBootApplication.
  • Constructor Details

    • InAppIncludesResolver

      public InAppIncludesResolver()
  • Method Details

    • resolveInAppIncludes

      @NotNull public @NotNull List<String> resolveInAppIncludes()
    • setApplicationContext

      public void setApplicationContext(@NotNull @NotNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException