Skip to content

Error handler integration for Rollbar

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published