You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): Ensure standalone spans respect sampled flag (#12533)
`sendSpanEnvelope` immediately sends
spans without checking for `this._sampled`, which means you can't use
`tracesSampler` to filter them. This changes that!
We also record client outcomes for `sample_rate` with spans.
0 commit comments