From fa8616b8f4e60797f1db55be2c9f3b7b0fe5dfc5 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 30 Apr 2026 10:41:47 +0530 Subject: [PATCH] Document Sentry logging config --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 6894322043..5fe433d061 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,6 +43,7 @@ * Refactor functions schedule in [#10913](https://github.com/appwrite/appwrite/pull/10913) * Refactor make Bus dispatch synchronous in [#11449](https://github.com/appwrite/appwrite/pull/11449) * Remove proxy container in [#11039](https://github.com/appwrite/appwrite/pull/11039) +* Remove legacy logging providers and require a Sentry DSN in `_APP_LOGGING_CONFIG` in [#12184](https://github.com/appwrite/appwrite/pull/12184) ### Performance