Skip to content

Conversation

@JoshuaMoelans
Copy link
Member

@JoshuaMoelans JoshuaMoelans commented Oct 30, 2025

@JoshuaMoelans JoshuaMoelans requested a review from a team as a code owner October 30, 2025 14:58
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 30, 2025
@JoshuaMoelans
Copy link
Member Author

I'm not sure if we also need to relocate these to the withLoggingOnboarding set 🤔

export const withLoggingOnboarding: Set<PlatformKey> = new Set([

@JoshuaMoelans
Copy link
Member Author

changing to draft because Unity is releasing logs soon™️ , so we can remove that one as well

'elixir',
'dotnet',
'php-symfony',
'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)

'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

Comment on lines 379 to 385
]);

// 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',
'unity',
'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([

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

JoshuaMoelans and others added 6 commits December 11, 2025 14:22
Removed 'dotnet', 'unreal', and 'native' from the withoutLoggingSupport set.
Removed platforms 'cocoa-objc' and 'cocoa-swift' from the withoutLoggingSupport set and re-added 'unreal'.
Removed 'unreal' from the list of platforms without logging support.
@JoshuaMoelans
Copy link
Member Author

@priscilawebdev since Unity logs are now coming to the docs, could we merge this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants