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 2505f01 commit 183b70dCopy full SHA for 183b70d
static/app/data/platformCategories.tsx
@@ -379,10 +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([
383
- 'elixir',
384
- 'unity',
385
-]);
+export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir', 'unity']);
386
387
// List of platforms that have metrics onboarding checklist content
388
export const withMetricsOnboarding: Set<PlatformKey> = new Set([]);
0 commit comments