Sha256: 69ef66a0357499e84e1a60b8c553040fd2d585496af0c7ac741b7de0f8399aa9
Contents?: true
Size: 258 Bytes
Versions: 64
Compression:
Stored size: 258 Bytes
Contents
module Appsignal class EventFormatter module Sequel class SqlFormatter < Appsignal::EventFormatter register 'sql.sequel' def format(payload) [nil, payload[:sql], SQL_BODY_FORMAT] end end end end end
Version data entries
64 entries across 64 versions & 1 rubygems