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