class ElasticAPM::Instrumenter

def random_sample?

def random_sample?
  rand <= config.transaction_sample_rate
end