Sha256: 6cb40f8eeb55dcb023376c6c619bebdb1e9bc07d8f3d1bcfe5912335b2526a60

Contents?: true

Size: 558 Bytes

Versions: 3

Compression:

Stored size: 558 Bytes

Contents

# frozen_string_literal: true

module Datadog
  module CI
    module Contrib
      module RSpec
        # RSpec integration constants
        # TODO: mark as `@public_api` when GA, to protect from resource and tag name changes.
        module Ext
          APP = 'rspec'
          ENV_ENABLED = 'DD_TRACE_RSPEC_ENABLED'
          ENV_OPERATION_NAME = 'DD_TRACE_RSPEC_OPERATION_NAME'
          FRAMEWORK = 'rspec'
          OPERATION_NAME = 'rspec.example'
          SERVICE_NAME = 'rspec'
          TEST_TYPE = 'test'
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ddtrace-1.14.0 lib/datadog/ci/contrib/rspec/ext.rb
ddtrace-1.13.1 lib/datadog/ci/contrib/rspec/ext.rb
ddtrace-1.13.0 lib/datadog/ci/contrib/rspec/ext.rb