Skip to content

Commit de30d8d

Browse files
Add a reminder on the supported languages for Stack Trace Linking (#5642)
getsentry/sentry#35608 Since Stack Trace Linking is not supported in languages except JS and Python. Adding a reminder so that others won't spent days to find out why it is not working Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
1 parent 3d42ecc commit de30d8d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/docs/product/integrations/source-code-mgmt/github/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@ When Sentry sees this, we’ll automatically annotate the matching issue with a
221221

222222
### Stack Trace Linking
223223

224+
<Note>
225+
226+
This feature is currently only supported for JavaScript and Python.
227+
228+
</Note>
229+
224230
Stack trace linking takes you from a file in your Sentry stack trace to that same file in your source code. If you have commit tracking set up in Sentry, we can take you to the exact version (using the commit associated with the event) of the source code when the error occurred. Otherwise we'll link you to the current state of the source code (using the default **branch**).
225231

226232
1. Navigate to **Settings > Integrations > GitHub > Configurations**.

src/docs/product/integrations/source-code-mgmt/gitlab/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ A `<SHORT-ID>` may look something like 'BACKEND-C' in the image below.
124124

125125
### Stack Trace Linking
126126

127+
<Note>
128+
129+
This feature is currently only supported for JavaScript and Python.
130+
131+
</Note>
132+
127133
Stack trace linking takes you from a file in your Sentry stack trace to that same file in your source code. If you have commit tracking set up in Sentry, we can take you to the exact version (using the commit associated with the event) of the source code when the error occurred. Otherwise we'll link you to the current state of the source code (using the default **branch**).
128134

129135
1. Navigate to **Settings > Integrations > GitLab > Configurations**.

0 commit comments

Comments
 (0)