Releases: TheZeroSlave/zapsentry
Releases · TheZeroSlave/zapsentry
Support of changing lvl @ runtime
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
v1.15.0 Merge pull request #36 from TheZeroSlave/dependabot/go_modules/golang…
add tags feature
Add tags in sending logs (#34) * Add ad hoc tags * Rewrite with SkipType --------- Co-authored-by: Hashimoto Takafumi <[email protected]>
zap version bump
v1.13.0 misc: Bump sentry/ zap versions (#35)
New MaxBreadcrumbs option
Fixed passing scope instruction, add new config var
Pass already created scope
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
Support logger key name in fields.
Output logger name passed into zap.Field.
Fixes panic because of unhashable slice of errs
v1.9.1 Merge pull request #25 from TheZeroSlave/issue/24-not-hashable-slice-…
Added exceptions from errors
Merge pull request #20 from grongor/add-exceptions-from-errors Add exceptions from errors