1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-25 22:01:14 +02:00
2019-09-01 21:24:03 +10:00
..
2019-09-01 21:24:03 +10:00
2019-09-01 21:24:03 +10:00
2019-09-01 21:24:03 +10:00

Build Status GoDoc

What

Rollrus is what happens when Logrus meets Roll.

When a .Error, .Fatal or .Panic logging function is called, report the details to rollbar via a Logrus hook.

Delivery is synchronous to help ensure that logs are delivered.

If the error includes a StackTrace, that StackTrace is reported to rollbar.

Usage

Examples available in the tests or on GoDoc.