Skip to content

Commit 1c5dfd9

Browse files
Update withoutLoggingSupport to remove platforms
Removed 'dotnet', 'unreal', and 'native' from the withoutLoggingSupport set.
1 parent 3574cae commit 1c5dfd9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

static/app/data/platformCategories.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,8 @@ export const withoutLoggingSupport: Set<PlatformKey> = new Set([
383383
'cocoa-objc',
384384
'cocoa-swift',
385385
'elixir',
386-
'dotnet',
387386
'php-symfony',
388387
'unity',
389-
'unreal',
390-
'native',
391388
]);
392389

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

0 commit comments

Comments
 (0)