mirror of https://github.com/sirupsen/logrus.git
Merge pull request #147 from mattbostock/remove_misleading_comment
Remove misleading comment in Airbrake hook
This commit is contained in:
commit
53adda1d3e
|
@ -9,7 +9,7 @@ import (
|
|||
// with the Airbrake API. You must set:
|
||||
// * airbrake.Endpoint
|
||||
// * airbrake.ApiKey
|
||||
// * airbrake.Environment (only sends exceptions when set to "production")
|
||||
// * airbrake.Environment
|
||||
//
|
||||
// Before using this hook, to send an error. Entries that trigger an Error,
|
||||
// Fatal or Panic should now include an "error" field to send to Airbrake.
|
||||
|
|
Loading…
Reference in New Issue