-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
JavaScript: Process console.log() styles #49804
Labels
Comments
Assigning to @getsentry/support for routing, due by Friday, May 26th at 1:19 pm (sfo). ⏲️ |
Routing to @getsentry/product-owners-issues for triage, due by Wednesday, May 31st at 5:00 pm (sfo). ⏲️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
It can be difficult to follow the console log on JavaScript projects when using console log styling.
Example of styled console messages in Chrome
The same styled console messages in Sentry
Solution Brainstorm
Ideally the styles would be applied with the same rules as browsers (where only the first parameter can contain
%c
style references).Though not quite as nice, stripping the
%c
vars and the following format parameters (there will be one for each%c
) would at least make it more readable.Product Area
Issues
The text was updated successfully, but these errors were encountered: