Skip to content

Commit 2dda062

Browse files
committed
deactivate process tags for 8.3 as well
1 parent 42d8a1f commit 2dda062

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appsec/tests/integration/src/main/groovy/com/datadog/appsec/php/docker/AppSecContainer.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class AppSecContainer<SELF extends AppSecContainer<SELF>> extends GenericContain
9090
withEnv 'DD_TRACE_DEBUG', '1'
9191
withEnv 'DD_AUTOLOAD_NO_COMPILE', 'true' // must be exactly 'true'
9292
withEnv 'DD_TRACE_GIT_METADATA_ENABLED', '0'
93+
withEnv 'DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED', '0'
9394
withEnv 'DD_INSTRUMENTATION_TELEMETRY_ENABLED', '1'
9495
// very verbose:
9596
withEnv '_DD_DEBUG_SIDECAR_LOG_METHOD', 'file:///tmp/logs/sidecar.log'

0 commit comments

Comments
 (0)