Releases: evalphobia/logrus_sentry
Releases · evalphobia/logrus_sentry
v0.2.7
Fix not to delete fields (#25) * Fix not to delete fields * Add isOmit() check into dataField tests
v0.2.6
Add SetRelease and SetEnvironment (#26)
v0.2.5
add support for tags within logrus.Fields (#24)
v0.2.4
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
Use raven's default extra fields (#19) * use default packet 'extra' fields * extend packet extra map if it exists
v0.2.2
Get stacktrace from error object if if implements Stacktracer interfa…
v0.2.1
Add filter function and ignore key (#16)
v0.2.0
Add LICENSE (#15)
v0.1.0: Merge pull request #7 from stkao05/config
Export stackTraceConfiguration struct type