Skip to content

Commit 513a60d

Browse files
committed
Update shared.bash
1 parent af28d08 commit 513a60d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/shared.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ function run_docker_compose() {
324324
plugin_prompt_and_run "${command[@]}" "$@"
325325
)
326326
else
327+
# Enable docker-compose OTEL tracing (requires explicit flag)
328+
export COMPOSE_EXPERIMENTAL_OTEL=1
327329
plugin_prompt_and_run "${command[@]}" "$@"
328330
fi
329331
}

0 commit comments

Comments
 (0)