From b65435d801dd98b0285334c3a15506c5ce36f99a Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Sat, 3 May 2014 20:32:21 -0400 Subject: [PATCH] hooks/airbrake: fix docs --- hooks/airbrake/airbrake.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/airbrake/airbrake.go b/hooks/airbrake/airbrake.go index 1dff9b2..f24f00d 100644 --- a/hooks/airbrake/airbrake.go +++ b/hooks/airbrake/airbrake.go @@ -11,8 +11,8 @@ import ( // * airbrake.ApiKey // * airbrake.Environment (only sends exceptions when set to "production") // -// Before using this hook, to send exceptions. Entries that trigger an Error, -// Fatal or Panic should now include an "Error" field to send to Airbrake. +// 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. type AirbrakeHook struct{} func (hook *AirbrakeHook) Fire(entry *logrus.Entry) error {