utopia-php/logger

Help by implementing GlitchTip adapter ๐Ÿ›ฐ

Opened this issue ยท 2 comments

Introduction

All Utopia libraries focus on supporting multiple adapters such as storage, database, cache or logger. We currently support only 3 providers for Logger library, but we are looking to increase this number! By preparing easy-to-follow instructions, we believe anyone can implement a new provider and get their contribution counts up ๐Ÿ˜Ž

Your task is to implement GlitchTip adapter into our Logger library. You can find a complete in-depth tutorial in our official tutorial for adding a new logger adapter. To find out more about GlitchTip, check out their Website.

Tasks summary:

  • Read through our tutorial
  • Fork & clone utopia-php/logger (this repository)
  • Switch to branch feat-add-glitchtip-adapter
  • Create file for your provider in src/Logger/Adapter/GlitchTip.php and implement it
  • Add your provider into PROVIDERS array in src/Logger/Logger.php
  • Implement a test for your provider in tests/LoggerTest.php
  • Push changes and submit a pull request
  • Inside your PR, add screenshots of your test log pushed into GlitchTip

If you need any help, reach out to us on Appwrite Discord server.

Are you ready to work on this issue? ๐Ÿค” Let us know, and we will assign it to you ๐Ÿ˜Š

Hey, I would like to work on this.
EDIT - NVM I think it is done lol

@MaheshAravindV, I don't think it is ๐Ÿง Are you still interested in working on this?