File: README.md

package info (click to toggle)
golang-raven-go 0.0~git20150721.0.74c334d-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 168 kB
  • sloc: makefile: 4; sh: 3
file content (12 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# raven [![Build Status](https://travis-ci.org/getsentry/raven-go.png?branch=master)](https://travis-ci.org/getsentry/raven-go)

raven is a Go client for the [Sentry](https://github.com/getsentry/sentry)
event/error logging system.

[**Documentation**](http://godoc.org/github.com/getsentry/raven-go).

## Installation

```text
go get github.com/getsentry/raven-go
```