honeybadger-io / honeybadger-go

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

Add go modules, test on newer Go versions, and fix stack traces #38

Closed gaffneyc closed 4 years ago

gaffneyc commented 4 years ago

Status

READY

Description

I'm integrating Honeybadger into a new service on Dead Man's Snitch and plan to try a solution for #35 (with some other possible changes). These updates seemed necessary (TestNewErrorTrace was failing on 1.12) and I wanted to get a PR in before I start on the other items in case they're not a good fit as I expect those PRs will depend on this one.

Todos

Steps to Test or Reproduce

go test ./...

joshuap commented 4 years ago

Looks great, thanks Chris! It doesn't look like anything here requires updating documentation or changelog; I'll just merge. 👍

gaffneyc commented 4 years ago

Thanks! 🎉