Module: Datadog::CI::Ext::RUM
- Defined in:
- lib/datadog/ci/ext/rum.rb
Overview
Defines constants for Git tags
Constant Summary collapse
- ENV_RUM_FLUSH_WAIT_MILLIS =
"DD_CIVISIBILITY_RUM_FLUSH_WAIT_MILLIS"- COOKIE_TEST_EXECUTION_ID =
"datadog-ci-visibility-test-execution-id"- SCRIPT_IS_RUM_ACTIVE =
"return !!window.DD_RUM\n"- SCRIPT_STOP_RUM_SESSION =
"if (window.DD_RUM && window.DD_RUM.stopSession) {\n window.DD_RUM.stopSession();\n return true;\n} else {\n return false;\n}\n"