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 a NullBackend which is used to disable reporting errors. #18

Closed gaffneyc closed 8 years ago

gaffneyc commented 8 years ago

The main use of this backend is to disable error reporting in development and test environments.

This is one way to address #7 though I've avoided making any changes based on the environment since I think that should be left up to anyone using the library.

gaffneyc commented 8 years ago

Build won't pass until #16 has been merged.

joshuap commented 8 years ago

👍 I like it, thanks!