From ccede3aeb03dfbc43bb1e60335c2e2102dce12b8 Mon Sep 17 00:00:00 2001 From: Kevin Mian Kraiker Date: Wed, 17 Jul 2024 12:52:37 -0300 Subject: [PATCH] Add production recommendation note --- content/en/docs/languages/php/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/languages/php/sdk.md b/content/en/docs/languages/php/sdk.md index 7df1ee475d79..a8d78aa55bd9 100644 --- a/content/en/docs/languages/php/sdk.md +++ b/content/en/docs/languages/php/sdk.md @@ -130,7 +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 | +| `OTEL_PHP_DEBUG_SCOPES_DISABLED` | `false` | `true`, `false` | `true` | Enable/disable Scope detachment debugging (highly recommended for production environments). | Configurations can be provided as environment variables, or via `php.ini` (or a file included by `php.ini`)