We're seeing a lot of drops due to `sampling_rate` even though all SDK `init`s in Seer have `traces_sample_rate=1.0`. Figure out what's going on.<br><br>Current theories: * misattributed backpressure drops: [https://github.com/getsentry/sentry-python/issues/6466](<https://github.com/getsentry/sentry-python/issues/6466>) * we'll also try disabling backpressure handling in Seer to see if this gets rid of the drops * inherited sampling decisions [https://sentry.slack.com/archives/C09RR0KD2N7/p1780052478600639](<https://sentry.slack.com/archives/C09RR0KD2N7/p1780052478600639>) See also https://github.com/getsentry/sentry-python/issues/5562
We're seeing a lot of drops due to
sampling_rateeven though all SDKinits in Seer havetraces_sample_rate=1.0. Figure out what's going on.Current theories:
backpressureas unsampling reason correctly #6466https://sentry.slack.com/archives/C09RR0KD2N7/p1780052478600639
See also #5562