Skip to content

Commit 7bdb823

Browse files
Update withoutLoggingSupport by removing platforms
Removed platforms 'cocoa-objc' and 'cocoa-swift' from the withoutLoggingSupport set and re-added 'unreal'.
1 parent 1c5dfd9 commit 7bdb823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/app/data/platformCategories.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,9 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
380380

381381
// List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging
382382
export const withoutLoggingSupport: Set<PlatformKey> = new Set([
383-
'cocoa-objc',
384-
'cocoa-swift',
385383
'elixir',
386-
'php-symfony',
387384
'unity',
385+
'unreal'
388386
]);
389387

390388
// List of platforms that have metrics onboarding checklist content

0 commit comments

Comments
 (0)