Add support for error (panic) reporting through Sentry

This commit is contained in:
Denis Arh
2019-07-03 16:35:06 +02:00
parent 4973638e2a
commit 60ad32e440
40 changed files with 3465 additions and 17 deletions
+1
View File
@@ -6,6 +6,7 @@ import (
)
func main() {
cfg := system.Configure()
cmd := cfg.MakeCLI(cli.Context())
cli.HandleError(cmd.Execute())