Skip to content

Releases: TheZeroSlave/zapsentry

v1.23.0: Merge pull request #50 from TheZeroSlave/upd_deps

04 Apr 11:43
e90d7ed
Compare
Choose a tag to compare

update sentry-go dependency to fix stack filtering

Fixed panic

02 Apr 09:05
e99cae6
Compare
Choose a tag to compare

Fixed panic when stacktrace is not created

Stack filtering

30 Mar 13:19
07ed0f4
Compare
Choose a tag to compare

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

30 Mar 13:17
750a11b
Compare
Choose a tag to compare

v1.20.2

30 Dec 10:58
9b78836
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.1...v1.20.2

Small refactoring

23 Dec 08:49
Compare
Choose a tag to compare

Use global scope by default

16 Dec 17:51
309e5eb
Compare
Choose a tag to compare
Merge pull request #44 from rstcruzo/master

Use scope() instead of sentryScope directly when adding breadcrumbs.

Prefer calling TypeName on error for sentry exceptions

25 Oct 14:27
88b0e28
Compare
Choose a tag to compare

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

13 Sep 08:14
a204565
Compare
Choose a tag to compare

This allows sentry to extract existing trace information and link events to their respective traces.

Frame filtering

26 Jun 08:21
dde0fb2
Compare
Choose a tag to compare

added option to filter out arbitrary frames in a call stack.