/sentry-zapcore

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

Primary LanguageGoMIT LicenseMIT

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",
		}),
	)