Skip to content
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

Closed
4 tasks
christyjacob4 opened this issue Oct 3, 2022 · 7 comments · May be fixed by utopia-php/logger#18
Closed
4 tasks

🚨 Improve Appwrite Logging with Airbrake Adapter #4213

christyjacob4 opened this issue Oct 3, 2022 · 7 comments · May be fixed by utopia-php/logger#18
Assignees
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags!

Comments

@christyjacob4
Copy link
Member

💭 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

  • Ask to be assigned to the issue.
  • Wait to be assigned.
  • Implement Utopia PHP logger adapter for Airbrake.
  • Submit a pull request in utopia-php/logger.

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

@christyjacob4 christyjacob4 added feature good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags! labels Oct 3, 2022
@devblin
Copy link

devblin commented Oct 8, 2022

Hey @christyjacob4 , I would like to work on this issue, can you please assign this issue to me ?.

@abnegate
Copy link
Contributor

@devblin Thanks for your interest! Happy hacking 🎃

@devblin
Copy link

devblin commented Oct 11, 2022

@abnegate , I need to utilise https://docs.airbrake.io/docs/devops-tools/api/#create-notice-v3 this API from Airbrake for the AirbrakeAdapter right ?

@stnguyen90
Copy link
Contributor

@devblin, requirements for this issue included:

Experience with Airbrake

So, I defer to those who have experience. That said, that API does seem correct.

@devblin
Copy link

devblin commented Oct 13, 2022

@abnegate @stnguyen90 , please have a look at the PR.

@stnguyen90 stnguyen90 linked a pull request Oct 13, 2022 that will close this issue
@stnguyen90
Copy link
Contributor

@devblin Thanks for the PR! 🤯 Please give us some time to review it.

@eldadfux
Copy link
Member

Thank you everyone for celebrating Hacktoberfest 22 with us! This issue will now be closed as we're getting ready to celebrate Hacktoberfest 23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Issues that can win you some cool swags!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants