-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
🚨 Improve Appwrite Logging with Airbrake Adapter #4213
Comments
Hey @christyjacob4 , I would like to work on this issue, can you please assign this issue to me ?. |
@devblin Thanks for your interest! Happy hacking 🎃 |
@abnegate , I need to utilise https://docs.airbrake.io/docs/devops-tools/api/#create-notice-v3 this API from Airbrake for the AirbrakeAdapter right ? |
@devblin, requirements for this issue included:
So, I defer to those who have experience. That said, that API does seem correct. |
@abnegate @stnguyen90 , please have a look at the PR. |
@devblin Thanks for the PR! 🤯 Please give us some time to review it. |
Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23. |
💭 Introduction
Unexpected errors go hand-in-hand with any software. Whether they are caused by a bug in the code or downtime of service your code relies on, it’s important to get informed about it as soon as possible. Services such as Sentry help you overcome this problem by providing cloud solutions for your error logging and an amazing set of integrations to keep your engineering team informed about all that went wrong.
Appwrite uses the Utopia PHP logger library to automatically log any 500 errors into the cloud error logger of your choice.
The logger library supports multiple adapters such as Sentry, AppSignal, Raygun, Log Owl etc. but there is always space for more. 😎 Each provider implements a simple method
push()
, alongside a few configuration variables and methods to set what the adapter allows.Your task is to implement support for Airbrake in the Utopia PHP logger library. We have prepared detailed documentation on how to create a Utopia PHP logger adapter. Please read the document and ensure you understand them before working on this issue.
🎯 Requirements
✅ Task Summary
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: