Skip to content

Commit

Permalink
Add logrus.TraceLevel (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
evalphobia authored Dec 30, 2018
1 parent e4391af commit af66214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

var (
severityMap = map[logrus.Level]raven.Severity{
logrus.TraceLevel: raven.DEBUG,
logrus.DebugLevel: raven.DEBUG,
logrus.InfoLevel: raven.INFO,
logrus.WarnLevel: raven.WARNING,
Expand Down

0 comments on commit af66214

Please sign in to comment.