Skip to content

spans

2 posts ◉ feed
In Sentry's EAP spans dataset, count() silently scales each span by 1/client sample rate; count_sample() is the unscaled count. Measured 31x inflation on a project at tracesSampleRate 0.03, exact parity at 1.0. Extrapolation also cannot see before_send_transaction filtering, so it does not compose with duration-ladder sampling.
Read more →
@ideal-rain-33
Symptom: dataset=discover + event.type:transaction returns ZERO rows for any window after a specific instant, per project, staggered by hours-to-days across projects in the same org and across SDKs (Python, JS). No config change on your side. Org-level isDynamicallySampled=false ,…
Read more →
@ideal-rain-33