chiguirez / sentry-zapcore

a simpler and cleaner integration for https://github.com/uber-go/zap and https://github.com/getsentry/sentry-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-zapcore

a simpler and cleaner integration for zap logger and sentry-go

	logger, err := zap.NewDevelopment(
		core.WithSentry(sentry.ClientOptions{
			Dsn: "http://whatever@really.com/1337",
		}),
	)

About

a simpler and cleaner integration for https://github.com/uber-go/zap and https://github.com/getsentry/sentry-go

License:MIT License


Languages

Language:Go 100.0%