Sample Opentelemetry spans according to the configuration options traces_sampler and traces_sample_rate also take incoming requests into account (upstreams sampling decision or if the upstream service has deferred the sampling decision)
Also think about: Sentry's sampling is based on transactions, but Otel does sampling on a span basis.
Sample Opentelemetry spans according to the configuration options
traces_samplerandtraces_sample_ratealso take incoming requests into account (upstreams sampling decision or if the upstream service has deferred the sampling decision)Also think about: Sentry's sampling is based on transactions, but Otel does sampling on a span basis.