Sha256: b1581e984c57997c2946c0cdf5f561d1f4c9a7e1cc0ae5ba6c21dfdf8d89a3df
Contents?: true
Size: 281 Bytes
Versions: 106
Compression:
Stored size: 281 Bytes
Contents
module Appsignal class EventFormatter module ActiveRecord class InstantiationFormatter < Appsignal::EventFormatter register 'instantiation.active_record' def format(payload) [payload[:class_name], nil] end end end end end
Version data entries
106 entries across 106 versions & 1 rubygems