Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « raven-go « getsentry « github.com « vendor - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ea29a0a0621f7be94f71e363a83876aadc8dee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.

- [**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
```