-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(logs): update withoutLoggingSupport to remove platforms which support logs #102398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
6edb52e
64dc9ec
73b5b10
4eb619d
e684c44
be51b21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Made a follow-up in #104234 |
||
| 'unity', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Sorry, something went wrong.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doing this separately in #104234 |
||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.