Sha256: 94e21090dd0e1098b84b3c2eebe46edd258a9ffe6669a2f42d3ce6b8c5942f87
Contents?: true
Size: 558 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems