Skip to content

Releases: evalphobia/logrus_sentry

v0.2.7

28 Nov 10:43
Compare
Choose a tag to compare
Fix not to delete fields (#25)

* Fix not to delete fields

* Add isOmit() check into dataField tests

v0.2.6

27 Nov 13:36
Compare
Choose a tag to compare
Add SetRelease and SetEnvironment (#26)

v0.2.5

27 Nov 07:02
Compare
Choose a tag to compare
add support for tags within logrus.Fields (#24)

v0.2.4

27 Nov 06:57
Compare
Choose a tag to compare
Add support for github.com/pkg/errors interfaces (#23)

* Spelling correction in variable name

* Add support for github.com/pkg/errors.causer interface

* Add support for github.com/pkg/errors.stackTracer interface

When this interface is satisfied, we can now fetch the stack trace from the
error, same as the Stacktracer interface.

v0.2.3

29 Sep 01:20
Compare
Choose a tag to compare
Use raven's default extra fields (#19)

* use default packet 'extra' fields

* extend packet extra map if it exists

v0.2.2

09 Sep 06:10
Compare
Choose a tag to compare
Get stacktrace from error object if if implements Stacktracer interfa…

v0.2.1

02 Sep 10:51
Compare
Choose a tag to compare
Add filter function and ignore key (#16)

v0.2.0

02 Sep 10:34
Compare
Choose a tag to compare
Add LICENSE (#15)

v0.1.0: Merge pull request #7 from stkao05/config

25 Dec 11:49
Compare
Choose a tag to compare
Export stackTraceConfiguration struct type