public class SentrySpringFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Constructor and Description |
|---|
SentrySpringFilter() |
SentrySpringFilter(@NotNull io.sentry.IHub hub) |
SentrySpringFilter(@NotNull io.sentry.IHub hub,
@NotNull SentryRequestResolver requestResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(@NotNull javax.servlet.http.HttpServletRequest servletRequest,
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull javax.servlet.FilterChain filterChain) |
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic SentrySpringFilter(@NotNull
@NotNull io.sentry.IHub hub,
@NotNull
@NotNull SentryRequestResolver requestResolver)
public SentrySpringFilter(@NotNull
@NotNull io.sentry.IHub hub)
public SentrySpringFilter()
protected void doFilterInternal(@NotNull
@NotNull javax.servlet.http.HttpServletRequest servletRequest,
@NotNull
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull
@NotNull javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
java.io.IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionjava.io.IOException