Add sentry logger
... | @@ -4,6 +4,8 @@ | ... | @@ -4,6 +4,8 @@ |
require ( | require ( | ||
github.com/getsentry/sentry-go v0.7.0 | github.com/getsentry/sentry-go v0.7.0 | ||
github.com/json-iterator/go v1.1.6 | |||
github.com/orus-io/go-flags v1.4.0 | |||
github.com/rs/zerolog v1.19.0 | github.com/rs/zerolog v1.19.0 | ||
github.com/stretchr/testify v1.6.1 | github.com/stretchr/testify v1.6.1 | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
... | ... |
sentry.go
0 → 100644
Please register or sign in to comment