Package io.sentry.spring.boot
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 java.lang.Object implements org.springframework.context.ApplicationContextAwareResolvesSentryPropertiesinAppIncludes by getting a package name from a class annotated withSpringBootConfigurationor another annotation meta-annotated withSpringBootConfigurationlikeSpringBootApplication.
-
-
Constructor Summary
Constructors Constructor Description InAppIncludesResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.List<java.lang.String>resolveInAppIncludes()voidsetApplicationContext(@NotNull org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
resolveInAppIncludes
@NotNull public @NotNull java.util.List<java.lang.String> resolveInAppIncludes()
-
setApplicationContext
public void setApplicationContext(@NotNull @NotNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-