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
Copy link
Member Author

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

JoshuaMoelans and others added 6 commits December 19, 2025 10:06
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 JoshuaMoelans force-pushed the joshua/fix/update_logging_support branch from be51b21 to 22ed343 Compare December 19, 2025 09:06
Copy link
Member

@priscilawebdev priscilawebdev left a comment

Choose a reason for hiding this comment

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

lgtm ✅

@JoshuaMoelans JoshuaMoelans merged commit 2afe820 into master Dec 19, 2025
47 checks passed
@JoshuaMoelans JoshuaMoelans deleted the joshua/fix/update_logging_support branch December 19, 2025 09:40
@github-actions github-actions bot locked and limited conversation to collaborators Jan 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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