error logging with schiavo -> error logging with sentry

This commit is contained in:
Howl
2016-06-16 12:45:10 +02:00
parent 24d34eb741
commit 06eb64ecf5
3 changed files with 17 additions and 28 deletions

View File

@@ -13,6 +13,7 @@ type Conf struct {
DSN string `description:"The Data Source Name for the database. More: https://github.com/go-sql-driver/mysql#dsn-data-source-name"`
ListenTo string `description:"The IP/Port combination from which to take connections, e.g. :8080"`
Unix bool `description:"Bool indicating whether ListenTo is a UNIX socket or an address."`
SentryDSN string `description:"thing for sentry whatever"`
}
var cachedConf *Conf