2022-12-25 04:44:15 +00:00
|
|
|
# raven
|
2018-05-01 23:45:06 +00:00
|
|
|
|
2022-12-25 04:44:15 +00:00
|
|
|
[![Build Status](https://api.travis-ci.org/getsentry/raven-go.svg?branch=master)](https://travis-ci.org/getsentry/raven-go)
|
|
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/getsentry/raven-go)](https://goreportcard.com/report/github.com/getsentry/raven-go)
|
|
|
|
[![GoDoc](https://godoc.org/github.com/getsentry/raven-go?status.svg)](https://godoc.org/github.com/getsentry/raven-go)
|
|
|
|
|
|
|
|
raven is the official Go SDK for the [Sentry](https://github.com/getsentry/sentry)
|
2018-05-01 23:45:06 +00:00
|
|
|
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
|
|
|
|
```
|
2022-12-25 04:44:15 +00:00
|
|
|
|
|
|
|
Note: Go 1.7 and newer are supported.
|