All Projects → rollbar → Rollbar Go

rollbar / Rollbar Go

Licence: mit
Go client for Rollbar

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Rollbar Go

Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+493.75%)
Mutual labels:  error-monitoring
Airbrake
The official Airbrake library for Ruby applications
Stars: ✭ 896 (+1020%)
Mutual labels:  error-monitoring
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-47.5%)
Mutual labels:  error-monitoring
Rollbar.js
Error tracking and logging from JS to Rollbar
Stars: ✭ 479 (+498.75%)
Mutual labels:  error-monitoring
Sentry Ruby
Sentry SDK for Ruby
Stars: ✭ 724 (+805%)
Mutual labels:  error-monitoring
Apm Server
APM Server
Stars: ✭ 878 (+997.5%)
Mutual labels:  error-monitoring
Raven Node
A standalone (Node.js) client for Sentry
Stars: ✭ 462 (+477.5%)
Mutual labels:  error-monitoring
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-13.75%)
Mutual labels:  error-monitoring
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+832.5%)
Mutual labels:  error-monitoring
Rollbar Android
Rollbar for Android
Stars: ✭ 41 (-48.75%)
Mutual labels:  error-monitoring
Raven Go
Sentry client in Go
Stars: ✭ 554 (+592.5%)
Mutual labels:  error-monitoring
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+681.25%)
Mutual labels:  error-monitoring
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+37025%)
Mutual labels:  error-monitoring
Javascript Error Logging
A collection of JavaScript error logging services, resources and shiny things.
Stars: ✭ 476 (+495%)
Mutual labels:  error-monitoring
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-40%)
Mutual labels:  error-monitoring
Apm Agent Nodejs
Elastic APM Node.js Agent
Stars: ✭ 467 (+483.75%)
Mutual labels:  error-monitoring
Sentry Laravel
Laravel SDK for Sentry
Stars: ✭ 927 (+1058.75%)
Mutual labels:  error-monitoring
Sharpbrake
Airbrake Notifier for .NET
Stars: ✭ 78 (-2.5%)
Mutual labels:  error-monitoring
Airbrake Ruby
A plain Ruby Airbrake notifier
Stars: ✭ 52 (-35%)
Mutual labels:  error-monitoring
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+1137.5%)
Mutual labels:  error-monitoring

rollbar-go

Build Status

Rollbar is a real-time exception reporting service for Go and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.

rollbar-go is a Golang Rollbar client that makes it easy to report errors to Rollbar with full stacktraces. Errors are sent to Rollbar asynchronously in a background goroutine.

Because Go's error type doesn't include stack information from when it was set or allocated, we use the stack information from where the error was reported.

Setup Instructions and Usage

  1. Sign up for a Rollbar account
  2. Follow the Usage example in our Go SDK docs to get started for your platform.

Documentation

API docs on godoc.org

Running Tests

Running tests docs on docs.rollar.com

Release History & Changelog

See our Releases page for a list of all releases, including changes.

Help / Support

If you run into any issues, please email us at [email protected]

For bug reports, please open an issue on GitHub.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

History

This library originated with this project github.com/stvp/rollbar. This was subsequently forked by Heroku, github.com/heroku/rollbar, and extended. Those two libraries diverged as features were added independently to both. This official library is actually a fork of the Heroku fork with some git magic to make it appear as a standalone repository along with all of that history. We then also went back to the original stvp library and brought over most of the divergent changes. Since then we have moved forward to add more functionality to this library and it is the recommended notifier for Go going forward.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].