Sha256: 9948576b46e4bdf39d3e2f38e2da9446f2dfeddd99129a0988bf110369fc46c5
Contents?: true
Size: 446 Bytes
Versions: 35
Compression:
Stored size: 446 Bytes
Contents
# frozen_string_literal: true ::Hanami.plugin do Datadog.configure do |c| c.tracing.instrument :rack end middleware.use Datadog::Tracing::Contrib::Rack::TraceMiddleware end ::Hanami::Application.singleton_class.prepend( Module.new do def inherited(base) super base.configure do controller.prepare do use Datadog::Tracing::Contrib::Hanami::ActionTracer, self end end end end )
Version data entries
35 entries across 35 versions & 2 rubygems