honeybadger-io / honeybadger-go

Send Go (golang) panics and errors to Honeybadger.
https://www.honeybadger.io/
MIT License
34 stars 15 forks source link

Support tagging #36

Closed izumin5210 closed 5 years ago

izumin5210 commented 5 years ago

Support tagging errors

joshuap commented 5 years ago

@izumin5210 this looks great except we should send tags as an array rather than a string in the JSON payload. Can you make that change?

izumin5210 commented 5 years ago

updated 🙋‍♂️

joshuap commented 5 years ago

Thanks!