https://github.com/getsentry/raven-go
Sentry client in Go
https://github.com/getsentry/raven-go
crash-reporting crash-reports error-monitoring go tag-archived
Last synced: 2 months ago
JSON representation
Sentry client in Go
- Host: GitHub
- URL: https://github.com/getsentry/raven-go
- Owner: getsentry
- License: bsd-3-clause
- Archived: true
- Created: 2013-04-02T03:35:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T10:34:35.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T16:59:51.554Z (7 months ago)
- Topics: crash-reporting, crash-reports, error-monitoring, go, tag-archived
- Language: Go
- Homepage: https://sentry.io
- Size: 266 KB
- Stars: 561
- Watchers: 70
- Forks: 148
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)---
> The `raven-go` SDK is no longer maintained and was superseded by the `sentry-go` SDK.
> Learn more about the project on [GitHub](https://github.com/getsentry/sentry-go) and check out the [migration guide](https://docs.sentry.io/platforms/go/migration/).---
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.