Skip to content

Commit be51b21

Browse files
committed
also remove unity from withoutLoggingSupport
1 parent e684c44 commit be51b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/data/platformCategories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
379379
]);
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
382-
export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir', 'unity']);
382+
export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir']);
383383

384384
// List of platforms that have metrics onboarding checklist content
385385
export const withMetricsOnboarding: Set<PlatformKey> = new Set([

0 commit comments

Comments
 (0)