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
i would like to add a sampler but there are certain logs that i want them not to be sampled.
for example i have an http server,
and if there is a panic on certain requests, i don't want to crash the server,
but i catch the request and log it.
i want to always catch those regardless of the sample rates.