We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging with sentry documentation isn't updated.
https://appwrite.io/integrations/logging-sentry
This config doesn't work:
_APP_LOGGING_PROVIDER=sentry _APP_LOGGING_CONFIG=SENTRY_PUBLIC_KEY;SENTRY_PROJECT_ID
It should be:
_APP_LOGGING_CONFIG=sentry://project_id:public_key@host
Source: https://discord.com/channels/564160730845151244/1289308251371999334
The text was updated successfully, but these errors were encountered:
No branches or pull requests
💭 Description
Logging with sentry documentation isn't updated.
https://appwrite.io/integrations/logging-sentry
This config doesn't work:
It should be:
_APP_LOGGING_CONFIG=sentry://project_id:public_key@host
Source: https://discord.com/channels/564160730845151244/1289308251371999334
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: