diff --git a/README.md b/README.md index c8c2427..a19e39a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ tracking service on `Error`, `Fatal` and `Panic` or info to StatsD. ```go log = logrus.New() +log.Hooks.Add(new(AirbrakeHook)) type AirbrakeHook struct{}