Sha256: d8a9802b5f8566ca810251b0ee62176932fe721c3377ad1273573cf3c33964e4
Contents?: true
Size: 393 Bytes
Versions: 420
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true 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
420 entries across 420 versions & 1 rubygems