Package io.sentry.spring.jakarta
Class SentrySpringFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
io.sentry.spring.jakarta.SentrySpringFilter
- All Implemented Interfaces:
javax.servlet.Filter
,Aware
,BeanNameAware
,DisposableBean
,InitializingBean
,EnvironmentAware
,EnvironmentCapable
,ServletContextAware
-
Field Summary
Fields inherited from class org.springframework.web.filter.OncePerRequestFilter
ALREADY_FILTERED_SUFFIX
Fields inherited from class org.springframework.web.filter.GenericFilterBean
logger
-
Constructor Summary
ConstructorDescriptionSentrySpringFilter
(@NotNull IHub hub) SentrySpringFilter
(@NotNull IHub hub, @NotNull SentryRequestResolver requestResolver, @NotNull TransactionNameProvider transactionNameProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doFilterInternal
(@NotNull jakarta.servlet.http.HttpServletRequest servletRequest, @NotNull jakarta.servlet.http.HttpServletResponse response, @NotNull jakarta.servlet.FilterChain filterChain) Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterInternal, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
Methods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, afterPropertiesSet, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
-
Constructor Details
-
SentrySpringFilter
public SentrySpringFilter(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryRequestResolver requestResolver, @NotNull @NotNull TransactionNameProvider transactionNameProvider) -
SentrySpringFilter
-
SentrySpringFilter
public SentrySpringFilter()
-
-
Method Details
-
doFilterInternal
protected void doFilterInternal(@NotNull @NotNull jakarta.servlet.http.HttpServletRequest servletRequest, @NotNull @NotNull jakarta.servlet.http.HttpServletResponse response, @NotNull @NotNull jakarta.servlet.FilterChain filterChain) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletException
IOException
-