class Sentry::Transaction

def start_profiler!

Returns:
  • (void) -
def start_profiler!
  profiler.set_initial_sample_decision(sampled)
  profiler.start
end