Skip to content

Commit 49bbf62

Browse files
authored
fix(docker): add OTEL_ENABLED variable (#1564)
1 parent 0c4382f commit 49bbf62

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/getting-started/dev-env.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,3 +313,6 @@ Verify the installation with
313313
php -m | grep opentelemetry
314314
```
315315

316+
> [!NOTE]
317+
> To enable OpenTelemetry, set the `OTEL_ENABLED` environment variable to true in `docker/.env`. A server restart is
318+
required for the change to take effect (make server-restart).

0 commit comments

Comments
 (0)