airbrake / glog

Sends your Golang app logs to Airbrake

Home Page:https://airbrake.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce the ability to log stacktrace in glog while sending notice, for debug purposes.

ruseinov opened this issue · comments

This is something I've been missing out on while debugging a local statsman issue.

@zefer @vmihailenco see if that makes sense.

@vmihailenco That's good stuff which I didn't notice indeed, however if you're debugging several issues it's going to be impossible to do so without an app restart, if I'm not mistaken.

Being able to enable stacktrace for each error would be awesome, I can implement it if we agree that it might be useful, which for me it is already.

That should be golang/glog feature, but they don't accept PRs. And I don't want to change/improve glog behaviour in this fork.

Gotcha