Skip to content

Commit 23aaaee

Browse files
committed
update README
1 parent 312daba commit 23aaaee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# sourcegraph-sentry
2-
Sourcegraph Sentry extension renders "View logs on Sentry" links next to error handling code.
1+
# Sentry Sourcegraph extension
2+
3+
Sentry helps devs track, organize and break down errors more efficiently, facilitating their debug process. 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, code such as `throw new Error(QUERY)`, `console.log(QUERY)`, `console.error(QUERY)` etc..
4+
5+
In this first version, the Sentry extension will render a ```View logs in Sentry``` link on each line it detects such error handling code, leading the devs directly to the corresponding Sentry issues stream page.

0 commit comments

Comments
 (0)