Error handler integration for Rollbar.
go get emperror.dev/handler/rollbar
package main
import (
"emperror.dev/handler/rollbar"
)
func main() {
token := "token"
handler := rollbar.New(token, "env", "version", "host", "serverRoot")
}
When all coding and testing is done, please run the test suite:
$ make check
The MIT License (MIT). Please see License File for more information.