Versions in this module Expand all Collapse all v0 v0.41.0 Jan 15, 2026 Changes in this version + func NewSentryRoundTripper(originalRoundTripper http.RoundTripper, opts ...SentryRoundTripTracerOption) http.RoundTripper + type SentryRoundTripTracerOption func(*SentryRoundTripper) + func WithTracePropagationTargets(targets []string) SentryRoundTripTracerOption + type SentryRoundTripper struct + func (s *SentryRoundTripper) RoundTrip(request *http.Request) (*http.Response, error)