From 5c24d5110e0e198d9ae16f1f3465366085001d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Wed, 19 Jun 2019 11:25:23 +0200 Subject: [PATCH] docs: Deprecation message --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 16c9483..1fd829f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ [![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) +--- + +> 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.