Skip to content

Commit 61e0e1f

Browse files
authored
docs: add deprecation notice
1 parent e207fcd commit 61e0e1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
[![build](https://travis-ci.org/sourcegraph/sourcegraph-sentry.svg?branch=master)](https://travis-ci.org/sourcegraph/sentry)
44
[![codecov](https://codecov.io/gh/sourcegraph/sourcegraph-sentry/branch/master/graph/badge.svg)](https://codecov.io/gh/sourcegraph/sourcegraph-sentry)
55

6+
## ⚠️ Deprecation notice
7+
8+
**Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph
9+
release. [Learn more](https://docs.sourcegraph.com/extensions/deprecation).**
10+
11+
The repo and the docs below are kept to support older Sourcegraph versions.
12+
13+
## Description
14+
615
Sentry facilitates the debugging process by helping developers track, organize, and break down errors more efficiently. At Sourcegraph, we want to make it more convenient for developers to access Sentry's error tracking tools directly from the code that is doing the error handling. For example: `throw new Error(QUERY)`, `console.log(QUERY)`, and `console.error(QUERY)`.
716

817
The Sentry extension renders `View issues in Sentry` next to error throwing statements, and links directly to the corresponding Sentry issues stream page. Links are rendered when viewing files on [Sourcegraph](https://sourcegraph.com), GitHub, and GitLab.

0 commit comments

Comments
 (0)