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
feat(sdk): Add sampling multiplier config as an intermediate step to 100% sampling (#52104)
We want to eventually end up in a state where we sample at 100% client
(sdk) side.
Not being sure about the impact of just turning this on throughout the
system,
we will do it in steps with the new `SENTRY_MULTIPLIER_APM_SAMPLING`
config that we will bump in steps,
first on isolated instances and then everywhere till we either
* get to 100% sampling
* find and document problems that we can handle via [backpressure
management](getsentry/sentry-python#2189) in
SDKs
0 commit comments