-
-
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?
Conversation
|
I'm not sure if we also need to relocate these to the sentry/static/app/data/platformCategories.tsx Line 301 in 7bdb823
|
|
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', |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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
348af29 to
71a4e9a
Compare
71a4e9a to
500b8af
Compare
| ]); | ||
|
|
||
| // 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.
There was a problem hiding this comment.
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
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.
500b8af to
be51b21
Compare
|
@priscilawebdev since Unity logs are now coming to the docs, could we merge this one? |

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