Sha256: f4f9978b559ee4b73ce5870b8f753c2130164eedb4854c23838248ff76f7a28c
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
module Appsignal class EventFormatter # @api private module ActiveRecord class InstantiationFormatter def format(payload) [payload[:class_name], nil] end end end end end Appsignal::EventFormatter.register( "instantiation.active_record", Appsignal::EventFormatter::ActiveRecord::InstantiationFormatter )
Version data entries
8 entries across 8 versions & 1 rubygems