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 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