Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 431 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 431 Bytes

Build Status

Rollbar Zap

A simple zapcore.Core implementation to integrate with Rollbar.

To use, initialize rollbar like normal, create a new RollbarCore, then wrap with a NewTee. See the example code for a detailed example.

Testing

To test this code use RC_TOKEN=MY_ROLLBAR_TOKEN go test