From c83f19ebbc3173f101af184712a5f97107b0dd1e Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Mon, 29 Apr 2024 10:57:12 -0400 Subject: [PATCH] pr comment link to gh ticket (#9837) --- docs/product/integrations/source-code-mgmt/github/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/integrations/source-code-mgmt/github/index.mdx b/docs/product/integrations/source-code-mgmt/github/index.mdx index 1fc28e8c2b646..ae2f3df0767a6 100644 --- a/docs/product/integrations/source-code-mgmt/github/index.mdx +++ b/docs/product/integrations/source-code-mgmt/github/index.mdx @@ -274,7 +274,7 @@ When a pull request is opened, Sentry will parse the filenames and function name Sentry will comment on the pull request with up to five issues per file that were first seen within the past 90 days and were last seen within the past 14 days. -This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-code-mappings) and is currently only supported for Python, Javascript/Typescript, PHP, and Ruby files. For Javascript/Typescript, please ensure that you've unminified your code by [setting up source maps](/platforms/javascript/sourcemaps/). +This feature requires [code mappings](/product/issues/suspect-commits/#2-set-up-code-mappings) and is currently only supported for Python, JavaScript/TypeScript, PHP, and Ruby files. If you're using a different language, [let us know on this GitHub ticket](https://github.com/getsentry/sentry/issues/69824). For JavaScript/TypeScript, please ensure that you've unminified your code by [setting up source maps](/platforms/javascript/sourcemaps/). ### Missing Member Detection