13 lines
369 B
Markdown
13 lines
369 B
Markdown
|
# 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
|
||
|
```
|