Sha256: 0698965195de85b92dcfa3e95211b500eb45b025872417c37974f4b37e529d3e

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

module SystemMetrics
  module Instrument
    class ActionMailer < SystemMetrics::Instrument::Base

      def initialize
        super /\.action_mailer$/
      end

      def prepare(event)
        event.payload.except!(:mail)
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
system-metrics-0.2.5 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.2.4 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.2.3 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.2.2 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.2.1 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.2.0 lib/system_metrics/instrument/action_mailer.rb
system-metrics-0.1.0 lib/system_metrics/instrument/action_mailer.rb