module ScoutApm::Sampling::Worker
Public Class Methods
included(parent)
click to toggle source
# File lib/scout_apm/sampling/worker.rb, line 8 def self.included(parent) parent.before_perform :sample_requests_for_scout end