Class SentrySpringFilter

All Implemented Interfaces:
javax.servlet.Filter, Aware, BeanNameAware, DisposableBean, InitializingBean, EnvironmentAware, EnvironmentCapable, ServletContextAware

public class SentrySpringFilter extends OncePerRequestFilter
  • Constructor Details

    • SentrySpringFilter

      public SentrySpringFilter(@NotNull @NotNull IHub hub, @NotNull @NotNull SentryRequestResolver requestResolver, @NotNull @NotNull TransactionNameProvider transactionNameProvider)
    • SentrySpringFilter

      public SentrySpringFilter(@NotNull @NotNull IHub hub)
    • SentrySpringFilter

      public SentrySpringFilter()
  • Method Details

    • doFilterInternal

      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, IOException
      Specified by:
      doFilterInternal in class OncePerRequestFilter
      Throws:
      javax.servlet.ServletException
      IOException