diff --git a/app/config/variables.php b/app/config/variables.php index 5fc3422451..efac482649 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -279,7 +279,7 @@ return [ ], [ 'name' => '_APP_LOGGING_CONFIG', - 'description' => 'This variable enables error logging with Sentry. This value is empty by default. Set a Sentry DSN using the format `sentry://PROJECT_ID:SENTRY_API_KEY@SENTRY_HOST/` to enable the logger.', + 'description' => 'This variable enables error logging using a provider DSN. This value is empty by default. Currently, Appwrite supports Sentry DSNs using the format `sentry://PROJECT_ID:SENTRY_API_KEY@SENTRY_HOST/`.', 'introduction' => '0.12.0', 'default' => '', 'required' => false,