Package io.sentry.spring.jakarta.tracing
Class SentrySpanClientWebRequestFilter
java.lang.Object
io.sentry.spring.jakarta.tracing.SentrySpanClientWebRequestFilter
- All Implemented Interfaces:
ExchangeFilterFunction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull reactor.core.publisher.Mono<ClientResponse>
filter
(@NotNull ClientRequest request, @NotNull ExchangeFunction next) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
andThen, apply
-
Constructor Details
-
SentrySpanClientWebRequestFilter
-
-
Method Details
-
filter
@NotNull public @NotNull reactor.core.publisher.Mono<ClientResponse> filter(@NotNull @NotNull ClientRequest request, @NotNull @NotNull ExchangeFunction next) - Specified by:
filter
in interfaceExchangeFilterFunction
-