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
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- HackByte X AppWrite
I am Om an Organiser at Hackbyte, Central India's largest hackathon. We are an MLH acreddited hackathon and this is our 4th iteration. Last year we had around ...