Skip to content

emperror/handler-rollbar

Repository files navigation

Rollbar handler

GitHub Workflow Status Codecov Go Report Card Go Version go.dev reference

Error handler integration for Rollbar.

Installation

go get emperror.dev/handler/rollbar

Usage

package main

import (
	"emperror.dev/handler/rollbar"
)

func main() {
    	token := "token"

	handler := rollbar.New(token, "env", "version", "host", "serverRoot")
}

Development

When all coding and testing is done, please run the test suite:

$ make check

License

The MIT License (MIT). Please see License File for more information.

About

Error handler integration for Rollbar

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors