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.ApplicationContextAware
ResolvesSentryProperties
inAppIncludes by getting a package name from a class annotated withSpringBootConfiguration
or another annotation meta-annotated withSpringBootConfiguration
likeSpringBootApplication
.
-
-
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()
void
setApplicationContext(@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:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-