💭 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 Bugsnag 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!
💭 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 Bugsnag 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!