Add sentry for sending crash logs

This commit is contained in:
Arturo Filastò 2018-06-29 15:10:19 +02:00
commit b8dff783e1
3 changed files with 20 additions and 1 deletions

View file

@ -61,3 +61,7 @@ required = ["github.com/shuLhan/go-bindata/go-bindata"]
[[constraint]]
name = "github.com/oschwald/geoip2-golang"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "github.com/getsentry/raven-go"