-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
integrations: added honeybadger webhook #14281
base: main
Are you sure you want to change the base?
Conversation
764235c
to
df81c3b
Compare
Kindly review. |
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.
Thanks for working on this @Udit107710. Looks good to me, apart from the one minor comment I left.
@punchagan |
df49bf9
to
c9a3f88
Compare
@timabbott |
@timabbott |
Can you work on improving these templates? I feel like after reading the tests, they don't seem like a very nice way to present the information contained in the payloads. For example, I think a lot of your links could be in markdown, and given that very long |
ec8eba3
to
45093bd
Compare
Honeybadger mintors web applications to report various events like errors or deploymnet. Added support for 9 out of 10 events supported by Honeybadger webhook integration. Tested the integration manually on my dev env. Fixtures were captured using ngrok.
Including honeybadger.svg, various other svgs were also optimised using svgo tool.
@timabbott |
@timabbott Any more issues? |
Heads up @Udit107710, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
4ec3636
to
88b200c
Compare
Testing Plan:
Tested it manually using the dev env and integration tool