-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat: Honeybadger adaptor #19
base: main
Are you sure you want to change the base?
Feat: Honeybadger adaptor #19
Conversation
The test fails due to the unavailability of the honeybadger API key🙂 |
Thank you so much for the PR 🤩. We're adding the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR! 🤯 We left some comments during the review, please check them out.
@2002Bishwajeet please address the comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change please! 🙏🏼
@stnguyen90 , I did some work on #24. Request for re-review |
@2002Bishwajeet thanks a lot for your contributions during Hacktoberfest 2022! Please address fix the failing tests so we can move forward with this. Meanwhile you can reach out to me on our Discord server if you would like to claim your Appwrite swags! As a way of saying thank you, we would also love to invite you to join the Appwrite organization on GitHub. Please share your GitHub username with us on Discord. |
Also while running static code analysis, I get this
Not sure if it means success or not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are some lint errors.
foreach ($breadcrumbsObject as $breadcrumb) { | ||
\array_push($breadcrumbsArray, [ | ||
'category' => $breadcrumb->getCategory(), | ||
'timestamp' => \intval($breadcrumb->getTimestamp()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this recently, but got an error in Honeybadger because they expect this to be a string like 2020-01-27T12:37:31.616-08:00
. Would you please update this to be a ISO-8601 formatted timestamp in UTC?
What it does
Fixes #4212
Miscellaneous Changes
add-logger-adaptor.md
Testing
Manual Testing
Have you read the contributing guidelines?
Always 😉