Skip to content

Commit

Permalink
add config section
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Sep 27, 2023
1 parent 1dbea98 commit 0cb2233
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Instrumentation/Symfony/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ From Symfony subdirectory:
$ composer install
$ ./vendor/bin/phpunit tests
```

## Configuration

The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):

```shell
OTEL_PHP_DISABLED_INSTRUMENTATIONS=symfony
```

0 comments on commit 0cb2233

Please sign in to comment.