Releases: TheZeroSlave/zapsentry
Releases · TheZeroSlave/zapsentry
v1.23.0: Merge pull request #50 from TheZeroSlave/upd_deps
update sentry-go dependency to fix stack filtering
Fixed panic
Fixed panic when stacktrace is not created
Stack filtering
upd: filtering is broken in this version, upd to higher version
v1.21.0: Merge pull request #46 from exaring/use-module-filter-to-drop-zap-frames
fixed filtering "go.uber.zap module"
v1.20.2
What's Changed
- core: restore
ClientGetter
interface by @hustlahusky in #45
New Contributors
- @hustlahusky made their first contribution in #45
Full Changelog: v1.20.1...v1.20.2
Small refactoring
Full Changelog: v1.20.0...v1.20.1
Use global scope by default
Merge pull request #44 from rstcruzo/master Use scope() instead of sentryScope directly when adding breadcrumbs.
Prefer calling TypeName on error for sentry exceptions
Prefer TypeName as provided by go-errors/errors or a custom implementation,
allowing for specific sentry titles instead of generic container names.
Same stringification (like *errors.errorString) as before for anything else.
Add hints
This allows sentry to extract existing trace information and link events to their respective traces.
Frame filtering
added option to filter out arbitrary frames in a call stack.