Skip to content

Commit 4eb619d

Browse files
committed
Update withoutLoggingSupport to exclude 'unreal'
Removed 'unreal' from the list of platforms without logging support.
1 parent 73b5b10 commit 4eb619d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/app/data/platformCategories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
382382
export const withoutLoggingSupport: Set<PlatformKey> = new Set([
383383
'elixir',
384384
'unity',
385-
'unreal',
386385
]);
387386

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

0 commit comments

Comments
 (0)