Sha256: 5ecf6682a094461a08ebf222cd16a14291150ffef72b11576cb15e940b5f9a7d
Contents?: true
Size: 547 Bytes
Versions: 6
Compression:
Stored size: 547 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 FRAMEWORK = "rspec" DEFAULT_SERVICE_NAME = "rspec" ENV_ENABLED = "DD_TRACE_RSPEC_ENABLED" # TODO: remove in 1.0 ENV_OPERATION_NAME = "DD_TRACE_RSPEC_OPERATION_NAME" OPERATION_NAME = "rspec.example" end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems