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 1c5dfd9 commit 7bdb823Copy full SHA for 7bdb823
static/app/data/platformCategories.tsx
@@ -380,11 +380,9 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
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
- 'cocoa-objc',
384
- 'cocoa-swift',
385
'elixir',
386
- 'php-symfony',
387
'unity',
+ 'unreal'
388
]);
389
390
// List of platforms that have metrics onboarding checklist content
0 commit comments