From 3a9a8dc94b1eaa35a9e81d3b6ffe8494ebda91b9 Mon Sep 17 00:00:00 2001 From: Kevin Mian Kraiker Date: Wed, 17 Jul 2024 12:46:19 -0300 Subject: [PATCH] document OTEL_PHP_DEBUG_SCOPES_DISABLED --- content/en/docs/languages/php/sdk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/languages/php/sdk.md b/content/en/docs/languages/php/sdk.md index 0dd2485bf8f7..7df1ee475d79 100644 --- a/content/en/docs/languages/php/sdk.md +++ b/content/en/docs/languages/php/sdk.md @@ -130,6 +130,7 @@ There are also a number of PHP-specific configurations: | `OTEL_PHP_INTERNAL_METRICS_ENABLED` | `false` | `true`, `false` | `true` | Whether the SDK should emit metrics about its internal state (for example, batch processors) | | `OTEL_PHP_DISABLED_INSTRUMENTATIONS` | `[]` | Instrumentation names, or `all` | `psr15,psr18` | Disable one or more installed auto-instrumentations | | `OTEL_PHP_EXCLUDED_URLS` | `` | Comma-delimited regular expression patterns | `client/.*/info,healthcheck` | Do not load the SDK if request URL matches one of the supplied regular expressions | +| `OTEL_PHP_DEBUG_SCOPES_DISABLED` | `false` | `true`, `false` | `true` | Enable/disable Scope detachment debugging | Configurations can be provided as environment variables, or via `php.ini` (or a file included by `php.ini`)