Raúl Rodríguez
Results
1
comments of
Raúl Rodríguez
As a workaround I add this inside the Application class in `config/application.rb`: ```ruby runner do next unless defined?(Appsignal) && Appsignal.active? action_name = ARGV.first&.truncate(50) || "unknown" Kernel.at_exit do next unless $!...