Class SentryWebFilter

java.lang.Object
io.sentry.spring.webflux.SentryWebFilter
All Implemented Interfaces:
org.springframework.web.server.WebFilter

@Experimental public final class SentryWebFilter extends Object implements org.springframework.web.server.WebFilter
Manages Scope in Webflux request processing.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SentryWebFilter(@NotNull io.sentry.IHub hub)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<Void>
    filter(@NotNull org.springframework.web.server.ServerWebExchange serverWebExchange, @NotNull org.springframework.web.server.WebFilterChain webFilterChain)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SentryWebFilter

      public SentryWebFilter(@NotNull @NotNull io.sentry.IHub hub)
  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter(@NotNull @NotNull org.springframework.web.server.ServerWebExchange serverWebExchange, @NotNull @NotNull org.springframework.web.server.WebFilterChain webFilterChain)
      Specified by:
      filter in interface org.springframework.web.server.WebFilter