Skip to content

Releases: TheZeroSlave/zapsentry

Support of changing lvl @ runtime

13 Jun 10:55
f656d73
Compare
Choose a tag to compare
add support for changing levels at runtime (#38)

this allows configuring zapsentry with other zap.LevelEnabler implmentations
(namely, zap.AtomicLevel) which makes it easy to change Sentry reporting
threshold at runtime, without re–creating logger and/or core objects

since various zap.*Level consts are also LevelEnablers, this change is
backwards compatible

Co-authored-by: Alexey Surikov <[email protected]>

upd deps

29 Mar 12:58
e59e9dc
Compare
Choose a tag to compare
v1.15.0

Merge pull request #36 from TheZeroSlave/dependabot/go_modules/golang…

add tags feature

10 Feb 13:42
1d29909
Compare
Choose a tag to compare
Add tags in sending logs (#34)

* Add ad hoc tags

* Rewrite with SkipType

---------

Co-authored-by: Hashimoto Takafumi <[email protected]>

zap version bump

10 Feb 13:39
ce06ddb
Compare
Choose a tag to compare
v1.13.0

misc: Bump sentry/ zap versions (#35)

New MaxBreadcrumbs option

26 Oct 10:02
6cab783
Compare
Choose a tag to compare

Fixed passing scope instruction, add new config var

Pass already created scope

09 Jul 13:06
858a5ed
Compare
Choose a tag to compare
v1.11.0

Add a function to add a new scope field from an existing Sentry scope…

Fixed concurrent map(event tags) writing in sentry-go

17 Jun 11:26
aeaf8f3
Compare
Choose a tag to compare

Support logger key name in fields.

04 Mar 12:06
0eca8bc
Compare
Choose a tag to compare

Output logger name passed into zap.Field.

Fixes panic because of unhashable slice of errs

27 Feb 16:37
39b33af
Compare
Choose a tag to compare
v1.9.1

Merge pull request #25 from TheZeroSlave/issue/24-not-hashable-slice-…

Added exceptions from errors

23 Nov 13:04
051a995
Compare
Choose a tag to compare
Merge pull request #20 from grongor/add-exceptions-from-errors

Add exceptions from errors