Sha256: efb60d4bb15633cd48ded5317da540747c0a83e4eac68791ffe1809da55881c5
Contents?: true
Size: 648 Bytes
Versions: 27
Compression:
Stored size: 648 Bytes
Contents
# frozen_string_literal: true module Datadog module Tracing module Contrib module Hanami # Hanami integration constants # @public_api Changing resource names, tag names, or environment variables creates breaking changes. module Ext ENV_ENABLED = 'DD_TRACE_HANAMI_ENABLED' SPAN_ACTION = 'hanami.action' SPAN_ROUTING = 'hanami.routing' SPAN_RENDER = 'hanami.render' TAG_COMPONENT = 'hanami' TAG_OPERATION_ACTION = 'action' TAG_OPERATION_ROUTING = 'routing' TAG_OPERATION_RENDER = 'render' end end end end end
Version data entries
27 entries across 27 versions & 2 rubygems