Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 299 Bytes

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