Skip to content

Commit 5e39b00

Browse files
authored
Merge pull request #4 from ryan-blunden/patch-1
List languages supported
2 parents df92522 + e0a1c17 commit 5e39b00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ Sentry helps devs track, organize and break down errors more efficiently, facili
55
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.
66

77
![image](https://user-images.githubusercontent.com/9110008/54014672-d7b4fe00-41c0-11e9-9b92-66d851401fa0.png)
8+
9+
## Language support
10+
11+
To work, the Sentry Sourcegraph extension must know how to instances of error handling and/or exception throwing for each language. The first version will support:
12+
13+
- Go
14+
- JavaScript
15+
- TypeScript
16+
- Python
17+
- Java
18+
19+
Support for other languages is coming in future versions.

0 commit comments

Comments
 (0)