honeybadger-io / honeybadger-go

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

Sync mode #40

Closed rabidpraxis closed 4 years ago

rabidpraxis commented 4 years ago

Status

READY

Description

Adding a global "Sync" mode, enabled via configuration or environment variable.

This was straightforward to implement. It took a while to stretch my Go testing legs, as they were a little tight.

closes #30