Releases: archdx/zerolog-sentry
Releases · archdx/zerolog-sentry
Breadcrumbs corruption fix
v1.8.3
What's Changed
- Set withBreadcrumbs when using NewWithHub by @mattjohnsonpint in #19
New Contributors
- @mattjohnsonpint made their first contribution in #19
Full Changelog: v1.8.2...v1.8.3
WriteLevel breadcrumbs support
Merge pull request #16 from ezr-ondrej/breadcrumbs_with_level Add breadcrumbs support for WriteLevel
Trace level log panic fix
Merge pull request #15 from ezr-ondrej/trace_level_panic Fixes a panic when Trace level log fired
Add WithBreadcrumbs option
Merge pull request #14 from etkecc/master add breadcrumbs support
NewWithHub ctor added to utilize existing Sentry hub
Merge pull request #13 from saleh199/add-new-with-hub feat: add NewWithHub function to utilize existing Sentry hub
Close ErrFlushTimeout error
ErrFlushTimeout error is returned from Close() method in case of flush error
Sentry HTTP Client / MaxErrorDepth options
v1.6.0 Merge pull request #11 from Constructor-io/pe-657/http-cli-max-err-de…
Use zerolog.LevelWriter interface for performance
Merge pull request #9 from krombel/useLevelWriterInterface use zerolog.LevelWriter interface for performance
New writer options
New transport / debug options for sentry client:
- WithTracing
- WithTracingSampleRate
- WithBeforeSend
- WithDebugWriter
- WithHttpProxy
- WithHttpsProxy
- WithCaCerts