Sha256: 21f41cc3a1ae4d0bbe716181a0f3cdbf8ea8c9d1b4de947384df4700d8a0337f
Contents?: true
Size: 597 Bytes
Versions: 22
Compression:
Stored size: 597 Bytes
Contents
module Datadog module Contrib module ActionView # ActionView integration constants module Ext APP = 'action_view'.freeze ENV_ANALYTICS_ENABLED = 'DD_ACTION_VIEW_ANALYTICS_ENABLED'.freeze ENV_ANALYTICS_SAMPLE_RATE = 'DD_ACTION_VIEW_ANALYTICS_SAMPLE_RATE'.freeze SERVICE_NAME = 'action_view'.freeze SPAN_RENDER_PARTIAL = 'rails.render_partial'.freeze SPAN_RENDER_TEMPLATE = 'rails.render_template'.freeze TAG_LAYOUT = 'rails.layout'.freeze TAG_TEMPLATE_NAME = 'rails.template_name'.freeze end end end end
Version data entries
22 entries across 22 versions & 2 rubygems