Hi everybody!
I recently set up a self-hosted Sentry instance and now want to connect Appwrite to it.
I have found the official documentation and previous reference (https://discord.com/channels/564160730845151244/1127577801009152092/1127614901624520745) to the actual logger (https://github.com/utopia-php/logger/blob/main/src/Logger/Adapter/Sentry.php).
In this logger, there is also an option to pass in a sentryHost ā yet I don't see that option in Appwrite.
So, quick question: has anybody managed to connect a self-hosted Sentry instance to a self-hosted Appwrite?
Recommended threads
- Migration Failed from 1.7.4 ā 1.8.1: "Co...
Hey everyone! š I'm trying to upgrade my self-hosted Appwrite from **1.7.4 to 1.8.1** and the migration is consistently failing **Environment:** - Current ve...
- OIDC not working on Appwrite cloud
tl;dr: same project settings, same OIDC credentials. Auth works on self hosted but not in cloud. I have a project in my self hosted instance with a single web ...
- Gitlab function automation
Im trying to automate my function deployment using gitlabs ci/cd pipeline. Im currently failing trying to use the appwrite cli to create a new deployment. āØ```...