Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions static/app/data/platformCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,16 +379,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([
]);

// List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging
export const withoutLoggingSupport: Set<PlatformKey> = new Set([
'cocoa-objc',
'cocoa-swift',
'elixir',
'dotnet',
'php-symfony',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to add the 'logs' checkbox for php-symfony and maybe other platforms too? maybe in a follow-up?

Image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a follow-up in #104234

'unity',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on our official docs, we don't yet have logs for unity. Are we planning to add that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah the docs will come with the 'full' release in Unity 4.0.0 (they were already moved out of experimental in the beta)

'unreal',
'native',
]);
export const withoutLoggingSupport: Set<PlatformKey> = new Set(['elixir']);

// List of platforms that have metrics onboarding checklist content
export const withMetricsOnboarding: Set<PlatformKey> = new Set([
Comment on lines 379 to 385

This comment was marked as outdated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing this separately in #104234

Expand Down
Loading