We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183b70d commit 8aefe09Copy full SHA for 8aefe09
static/app/data/platformCategories.tsx
@@ -379,7 +379,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
379
]);
380
381
// List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging
382
-export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir', 'unity']);
+export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir']);
383
384
// List of platforms that have metrics onboarding checklist content
385
export const withMetricsOnboarding: Set<PlatformKey> = new Set([]);
0 commit comments