diff --git a/static/app/data/platformCategories.tsx b/static/app/data/platformCategories.tsx index c4e4eaef2176d5..f8da14dd51e108 100644 --- a/static/app/data/platformCategories.tsx +++ b/static/app/data/platformCategories.tsx @@ -379,16 +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([ - 'cocoa-objc', - 'cocoa-swift', - 'elixir', - 'dotnet', - 'php-symfony', - 'unity', - 'unreal', - 'native', -]); +export const withoutLoggingSupport: Set = new Set(['elixir']); // List of platforms that have metrics onboarding checklist content export const withMetricsOnboarding: Set = new Set([