Sha256: 92562de312b1455f24b3054d14d772f20747f22423e8ee061a8f7fae99f2cfab
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true module Datadog module AppSec module Contrib module Rails # Rails specific framework tie module Framework def self.setup Datadog::AppSec.configure do |datadog_config| datadog_config.instrument(:rack) end end end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ddtrace-1.12.1 | lib/datadog/appsec/contrib/rails/framework.rb |
ddtrace-1.12.0 | lib/datadog/appsec/contrib/rails/framework.rb |