From c72de3271e2289e012eef6194b05e927554cdfef Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Tue, 17 Dec 2024 16:44:29 -0800 Subject: [PATCH 1/2] chore(issues): Add C# automatic code mappings platforms --- .../organization/integrations/source-code-mgmt/github/index.mdx | 2 +- docs/product/issues/suspect-commits/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/organization/integrations/source-code-mgmt/github/index.mdx b/docs/organization/integrations/source-code-mgmt/github/index.mdx index 205959f8a26781..c6aef01dd1eb73 100644 --- a/docs/organization/integrations/source-code-mgmt/github/index.mdx +++ b/docs/organization/integrations/source-code-mgmt/github/index.mdx @@ -298,7 +298,7 @@ By default, this feature is automatically enabled once your GitHub integration h -Sentry will automatically try to set up code mappings on Python, JavaScript, Node.js, Ruby, PHP, and Go projects for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. Support for other languages and other source code integrations is being worked on. +Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, Python, Ruby, and PHP projects for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. Support for other languages and other source code integrations is being worked on. diff --git a/docs/product/issues/suspect-commits/index.mdx b/docs/product/issues/suspect-commits/index.mdx index 23a38e41d1b78b..6313bd96af2bfb 100644 --- a/docs/product/issues/suspect-commits/index.mdx +++ b/docs/product/issues/suspect-commits/index.mdx @@ -40,7 +40,7 @@ In [sentry.io](https://sentry.io): -Sentry will automatically try to set up code mappings on Python, JavaScript, Node.js, Ruby, PHP, and Go projects for organizations with the GitHub integration installed. However, you can still manually add code mappings if you choose to do so. Support for other languages and other source code integrations are planned. +Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, Python, Ruby, and PHP projects for organizations with the GitHub integration installed. However, you can still manually add code mappings if you choose to do so. Support for other languages and other source code integrations are planned. From f4f3c0025031df7adba272659961ca797817c621 Mon Sep 17 00:00:00 2001 From: Matt Duncan Date: Wed, 18 Dec 2024 13:13:00 -0800 Subject: [PATCH 2/2] fix(issues): Actually alphabetize --- .../organization/integrations/source-code-mgmt/github/index.mdx | 2 +- docs/product/issues/suspect-commits/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/organization/integrations/source-code-mgmt/github/index.mdx b/docs/organization/integrations/source-code-mgmt/github/index.mdx index c6aef01dd1eb73..363f635fe3e871 100644 --- a/docs/organization/integrations/source-code-mgmt/github/index.mdx +++ b/docs/organization/integrations/source-code-mgmt/github/index.mdx @@ -298,7 +298,7 @@ By default, this feature is automatically enabled once your GitHub integration h -Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, Python, Ruby, and PHP projects for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. Support for other languages and other source code integrations is being worked on. +Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, PHP, Python, and Ruby projects for organizations with the GitHub integration installed. If your project uses a different SDK, you can add code mappings manually. Support for other languages and other source code integrations is being worked on. diff --git a/docs/product/issues/suspect-commits/index.mdx b/docs/product/issues/suspect-commits/index.mdx index 6313bd96af2bfb..a023ca6d826099 100644 --- a/docs/product/issues/suspect-commits/index.mdx +++ b/docs/product/issues/suspect-commits/index.mdx @@ -40,7 +40,7 @@ In [sentry.io](https://sentry.io): -Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, Python, Ruby, and PHP projects for organizations with the GitHub integration installed. However, you can still manually add code mappings if you choose to do so. Support for other languages and other source code integrations are planned. +Sentry will automatically try to set up code mappings on C#, Go, JavaScript, Node.js, PHP, Python, and Ruby projects for organizations with the GitHub integration installed. However, you can still manually add code mappings if you choose to do so. Support for other languages and other source code integrations are planned.