# frozen_string_literal: true module Datadog module CI module Ext # Defines constants for test tags module Settings ENV_MODE_ENABLED = "DD_TRACE_CI_ENABLED" end end end end