Package io.sentry.spring7.tracing
Class SentrySpanClientWebRequestFilter
java.lang.Object
io.sentry.spring7.tracing.SentrySpanClientWebRequestFilter
- All Implemented Interfaces:
ExchangeFilterFunction
-
Constructor Summary
Constructors -
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, waitMethods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
andThen, apply
-
Constructor Details
-
SentrySpanClientWebRequestFilter
public SentrySpanClientWebRequestFilter(@NotNull @NotNull io.sentry.IScopes scopes)
-
-
Method Details
-
filter
@NotNull public @NotNull reactor.core.publisher.Mono<ClientResponse> filter(@NotNull @NotNull ClientRequest request, @NotNull @NotNull ExchangeFunction next) - Specified by:
filterin interfaceExchangeFilterFunction
-