fix(logs): update withoutLoggingSupport to remove platforms which support logs#102398
Merged
JoshuaMoelans merged 6 commits intomasterfrom Dec 19, 2025
Merged
fix(logs): update withoutLoggingSupport to remove platforms which support logs#102398JoshuaMoelans merged 6 commits intomasterfrom
JoshuaMoelans merged 6 commits intomasterfrom
Conversation
Member
Author
|
I'm not sure if we also need to relocate these to the sentry/static/app/data/platformCategories.tsx Line 301 in 7bdb823 |
shellmayr
reviewed
Oct 30, 2025
Member
Author
|
changing to draft because Unity is releasing logs soon™️ , so we can remove that one as well |
8aefe09 to
348af29
Compare
| 'elixir', | ||
| 'dotnet', | ||
| 'php-symfony', | ||
| 'unity', |
Member
There was a problem hiding this comment.
based on our official docs, we don't yet have logs for unity. Are we planning to add that?
Member
Author
There was a problem hiding this comment.
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', |
Member
348af29 to
71a4e9a
Compare
71a4e9a to
500b8af
Compare
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.
This comment was marked as outdated.
Sorry, something went wrong.
3 tasks
500b8af to
be51b21
Compare
Member
Author
|
@priscilawebdev since Unity logs are now coming to the docs, could we merge this one? |
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.
be51b21 to
22ed343
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Removed 'cocoa', 'dotnet', 'symfony', 'unity', 'unreal' and 'native' from the withoutLoggingSupport set, since they have all been released: