Skip to content

chiguirez/sentry-zapcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-zapcore

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

	logger, err := zap.NewDevelopment(
		core.WithSentry(sentry.ClientOptions{
			Dsn: "http://[email protected]/1337",
		}),
	)