Drops every trace. Useful for disabling tracing entirely.
Examples
s <- sampler_always_off()
s@should_sample("test", list())
#> [1] FALSE
Drops every trace. Useful for disabling tracing entirely.
s <- sampler_always_off()
s@should_sample("test", list())
#> [1] FALSE