# README
Sentry client for zap logger
Zap Core for Sentry
Features
- with stacktrace (this is handy for analysis into Sentry UI)
- with tests (can always be tests)
- easy setup
Quick start
Using go mod:
go get github.com/gebv/[email protected]
Simple example:
// TODO
Version Policy
zapsentry
follows semantic versioning for the documented public API on stable releases. v2
is the latest stable version and follows SemVer strictly. Follows changelog.
The library v1
after improved and finalized went into v2
. v2
has a module name github.com/gebv/zapsentry/v2
v1
follows TheZeroSlave/zapsentry.
License
MIT, see LICENSE.