You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
756 B
19 lines
756 B
# raven
|
|
|
|
[](https://travis-ci.org/getsentry/raven-go)
|
|
[](https://goreportcard.com/report/github.com/getsentry/raven-go)
|
|
[](https://godoc.org/github.com/getsentry/raven-go)
|
|
|
|
raven is the official Go SDK for the [Sentry](https://github.com/getsentry/sentry)
|
|
event/error logging system.
|
|
|
|
- [**API Documentation**](https://godoc.org/github.com/getsentry/raven-go)
|
|
- [**Usage and Examples**](https://docs.sentry.io/clients/go/)
|
|
|
|
## Installation
|
|
|
|
```text
|
|
go get github.com/getsentry/raven-go
|
|
```
|
|
|
|
Note: Go 1.7 and newer are supported.
|
|
|