Package io.sentry.openfeign
Interface SentryFeignClient.BeforeSpanCallback
- Enclosing class:
- SentryFeignClient
public static interface SentryFeignClient.BeforeSpanCallback
-
Method Summary
Modifier and TypeMethodDescription@Nullable io.sentry.ISpanexecute(@NotNull io.sentry.ISpan span, @NotNull feign.Request request, @Nullable feign.Response response)
-
Method Details
-
execute
@Nullable @Nullable io.sentry.ISpan execute(@NotNull @NotNull io.sentry.ISpan span, @NotNull @NotNull feign.Request request, @Nullable @Nullable feign.Response response)
-