Sha256: bd6d8926839a07dca312d146d05910ba8b8c297d4b63560a1383ec2fd5358b06
Contents?: true
Size: 233 Bytes
Versions: 6
Compression:
Stored size: 233 Bytes
Contents
require 'active_support/notifications' ActiveSupport::Notifications.subscribe(/\.action_controller$/) do |event, started, finished, _, payload| Vx::Instrumentation.delivery event, payload, event.split("."), started, finished end
Version data entries
6 entries across 6 versions & 1 rubygems