# raven-go **Repository Path**: mirrors_cockroachdb/raven-go ## Basic Information - **Project Name**: raven-go - **Description**: Sentry client in Go - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # raven --- > This fork was created solely to add go module support to existing projects that depend on it. > Do not use this to begin new projects. --- > 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.