Sha256: 851798158db0103b50d7dcadbc680a67ae66d8b3d2e9fea26aea87a9055b05e0

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

# typed: true
module Datadog
  module Ext
    # Defines constants for manual tracing
    module ManualTracing
      TAG_KEEP = 'manual.keep'.freeze
      TAG_DROP = 'manual.drop'.freeze
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ddtrace-0.54.2 lib/ddtrace/ext/manual_tracing.rb
ddtrace-0.54.1 lib/ddtrace/ext/manual_tracing.rb
ddtrace-0.54.0 lib/ddtrace/ext/manual_tracing.rb
ddtrace-0.53.0 lib/ddtrace/ext/manual_tracing.rb
ddtrace-0.52.0 lib/ddtrace/ext/manual_tracing.rb