Skip to content

Releases: archdx/zerolog-sentry

v1.8.3

01 May 12:48
dd4d17f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

WriteLevel breadcrumbs support

11 Jan 10:30
a5e7c6e
Compare
Choose a tag to compare
Merge pull request #16 from ezr-ondrej/breadcrumbs_with_level

Add breadcrumbs support for WriteLevel

Trace level log panic fix

11 Jan 10:29
262337b
Compare
Choose a tag to compare
Merge pull request #15 from ezr-ondrej/trace_level_panic

Fixes a panic when Trace level log fired

Add WithBreadcrumbs option

20 Dec 11:13
a41ff05
Compare
Choose a tag to compare
Merge pull request #14 from etkecc/master

add breadcrumbs support

NewWithHub ctor added to utilize existing Sentry hub

09 Nov 11:05
9a0b4be
Compare
Choose a tag to compare
Merge pull request #13 from saleh199/add-new-with-hub

feat: add NewWithHub function to utilize existing Sentry hub

Close ErrFlushTimeout error

06 Oct 18:08
76f3772
Compare
Choose a tag to compare

ErrFlushTimeout error is returned from Close() method in case of flush error

Sentry HTTP Client / MaxErrorDepth options

04 Oct 08:30
02582d2
Compare
Choose a tag to compare
Merge pull request #11 from Constructor-io/pe-657/http-cli-max-err-de…

…pth-cfg

feat: http client & max error depth configs

Use zerolog.LevelWriter interface for performance

06 Jul 11:25
1fa3486
Compare
Choose a tag to compare
Merge pull request #9 from krombel/useLevelWriterInterface

use zerolog.LevelWriter interface for performance

New writer options

26 Jun 15:29
abe3e64
Compare
Choose a tag to compare

New transport / debug options for sentry client:

  • WithTracing
  • WithTracingSampleRate
  • WithBeforeSend
  • WithDebugWriter
  • WithHttpProxy
  • WithHttpsProxy
  • WithCaCerts

Update mod deps

05 Jun 12:12
22731d7
Compare
Choose a tag to compare
Merge pull request #8 from aleksandr-tuliakov/for-pr

Update deps