From 7075c129f4523f52a5ae2df124f3cc28085b39a0 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 30 Apr 2026 10:43:39 +0530 Subject: [PATCH] Clarify logging DSN documentation --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,