wrapWithTraces method

Codec<S, T> wrapWithTraces()

Wrap a codec to add performance tracing

Implementation

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