public class SentryRequestFilter
extends org.springframework.web.filter.OncePerRequestFilter
implements org.springframework.core.Ordered
Scope on each incoming HTTP request.| Constructor and Description |
|---|
SentryRequestFilter(@NotNull io.sentry.IHub hub,
@NotNull io.sentry.SentryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(@NotNull javax.servlet.http.HttpServletRequest request,
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull javax.servlet.FilterChain filterChain) |
int |
getOrder() |
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic SentryRequestFilter(@NotNull
@NotNull io.sentry.IHub hub,
@NotNull
@NotNull io.sentry.SentryOptions options)
protected void doFilterInternal(@NotNull
@NotNull javax.servlet.http.HttpServletRequest request,
@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.IOExceptionpublic int getOrder()
getOrder in interface org.springframework.core.Ordered