
Following the official Appwrite-Sentry integration documentation (https://appwrite.io/integrations/logging-sentry) I've configured my .env file with:
_APP_LOGGING_PROVIDER=sentry
After running:
docker compose exec appwrite vars
I observe:
_APP_LOGGING_CONFIG=123456;1;my.selfhosteed.sentry.url
_APP_LOGGING_PROVIDER= # empty value
Upon investigating the docker-compose.yml in the main repository (https://github.com/appwrite/appwrite/blob/main/docker-compose.yml)
I noticed that _APP_LOGGING_PROVIDER is only defined in the "appwrite-worker-functions" service, while other services only have _APP_LOGGING_CONFIG defined.
Questions:
Is this the expected behavior? Should the Sentry logging provider be configured differently for the main Appwrite container? If this is correct, should the documentation be updated to clarify this configuration detail?

Additionally, according to the documentation, running:
docker compose exec appwrite ssl --domain="wrongdomain.com"
should generate and log an error in Sentry, but no error is being captured.
Recommended threads
- Site don't have Permission?
https://discord.com/channels/564160730845151244/564160731327758347/1386878747902476489 I'm on a self hosted Instance of Appwrite 1.7.4 and getting this error o...
- Add custom domain problem
I am trying to use Appwrite in a self-hosted environment and am having difficulty adding a custom domain. Steps taken: Project > Settings > Custom Domains > Add...
- Encountering More factors are required w...
I am encoutering the more factors error even though I am providing proper mfa code in the workflow. The following happens: 1) User provides email adress 2) Use...
