We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d8a1f commit 2dda062Copy full SHA for 2dda062
1 file changed
appsec/tests/integration/src/main/groovy/com/datadog/appsec/php/docker/AppSecContainer.groovy
@@ -90,6 +90,7 @@ class AppSecContainer<SELF extends AppSecContainer<SELF>> extends GenericContain
90
withEnv 'DD_TRACE_DEBUG', '1'
91
withEnv 'DD_AUTOLOAD_NO_COMPILE', 'true' // must be exactly 'true'
92
withEnv 'DD_TRACE_GIT_METADATA_ENABLED', '0'
93
+ withEnv 'DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED', '0'
94
withEnv 'DD_INSTRUMENTATION_TELEMETRY_ENABLED', '1'
95
// very verbose:
96
withEnv '_DD_DEBUG_SIDECAR_LOG_METHOD', 'file:///tmp/logs/sidecar.log'
0 commit comments