honeybadger-io / honeybadger-go

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

Monitor doesn't Flush so the panics never get sent #27

Closed jgeiger closed 6 years ago

jgeiger commented 6 years ago

If you put the honeybadger.Monitor() in your main func, the app will finish and exit before the error is sent to honeybadger.

Is there something I'm missing with this?

sypher7 commented 6 years ago

I think you're correct. I'm running into this as well.