wrapWithTraces method

SentryConverter<S, T> wrapWithTraces()

Wrap a converter to add performance tracing

Implementation

SentryConverter<S, T> wrapWithTraces() {
  return SentryConverter<S, T>(HubAdapter(), this);
}