From 6edb52eb190f29def9761bf6a520c8257d3b969e Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:36:05 +0100 Subject: [PATCH 1/6] Update withoutLoggingSupport to remove platforms Removed 'dotnet', 'unreal', and 'native' from the withoutLoggingSupport set. --- static/app/data/platformCategories.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index c4e4eaef2176d5..75275ee5eed859 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -383,11 +383,8 @@ export const withoutLoggingSupport: Set = new Set([ 'cocoa-objc', 'cocoa-swift', 'elixir', - 'dotnet', 'php-symfony', 'unity', - 'unreal', - 'native', ]); // List of platforms that have metrics onboarding checklist content From 64dc9ecd58b829de274cf0a31131559ca4cae1f2 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:55:29 +0100 Subject: [PATCH 2/6] Update withoutLoggingSupport by removing platforms Removed platforms 'cocoa-objc' and 'cocoa-swift' from the withoutLoggingSupport set and re-added 'unreal'. --- static/app/data/platformCategories.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index 75275ee5eed859..60573ebdfc7874 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -380,11 +380,9 @@ export const withLoggingOnboarding: Set = new Set([ // List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging export const withoutLoggingSupport: Set = new Set([ - 'cocoa-objc', - 'cocoa-swift', 'elixir', - 'php-symfony', 'unity', + 'unreal' ]); // List of platforms that have metrics onboarding checklist content From 73b5b1044f3ac6a4be71aa8c34206a2af5da950c Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:59:49 +0000 Subject: [PATCH 3/6] :hammer_and_wrench: apply pre-commit fixes --- static/app/data/platformCategories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index 60573ebdfc7874..68e7280f248bab 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -382,7 +382,7 @@ export const withLoggingOnboarding: Set = new Set([ export const withoutLoggingSupport: Set = new Set([ 'elixir', 'unity', - 'unreal' + 'unreal', ]); // List of platforms that have metrics onboarding checklist content From 4eb619d50ac1ae5cfb9e1af7e16d1c1690f53da3 Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Thu, 30 Oct 2025 18:37:14 +0100 Subject: [PATCH 4/6] Update withoutLoggingSupport to exclude 'unreal' Removed 'unreal' from the list of platforms without logging support. --- static/app/data/platformCategories.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index 68e7280f248bab..c0edfc76a6472a 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -382,7 +382,6 @@ export const withLoggingOnboarding: Set = new Set([ export const withoutLoggingSupport: Set = new Set([ 'elixir', 'unity', - 'unreal', ]); // List of platforms that have metrics onboarding checklist content From e684c44ad5ea9bdfe17af50f1aab71fe28c5add4 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:38:21 +0000 Subject: [PATCH 5/6] :hammer_and_wrench: apply pre-commit fixes --- static/app/data/platformCategories.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index c0edfc76a6472a..d495fb268b9fd0 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -379,10 +379,7 @@ export const withLoggingOnboarding: Set = new Set([ ]); // List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging -export const withoutLoggingSupport: Set = new Set([ - 'elixir', - 'unity', -]); +export const withoutLoggingSupport: Set = new Set(['elixir', 'unity']); // List of platforms that have metrics onboarding checklist content export const withMetricsOnboarding: Set = new Set([ From be51b2144a8bdfbdb43209add8535a9383bed6cd Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Fri, 7 Nov 2025 10:19:44 +0100 Subject: [PATCH 6/6] also remove unity from withoutLoggingSupport --- static/app/data/platformCategories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index d495fb268b9fd0..f8da14dd51e108 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -379,7 +379,7 @@ export const withLoggingOnboarding: Set = new Set([ ]); // List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging -export const withoutLoggingSupport: Set = new Set(['elixir', 'unity']); +export const withoutLoggingSupport: Set = new Set(['elixir']); // List of platforms that have metrics onboarding checklist content export const withMetricsOnboarding: Set = new Set([