Skip to content
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

fix: create safeJoin util for console wrappers #1222

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

kamilogorek
Copy link
Contributor

Fixes #1219

This should fix the issue for now. I didn't pass values through JSON.serialize as some of them might be rather large, and we use msg only for logging in sentry, not in the console itself - there, you can still see the full value, as with regular console calls.

@kamilogorek kamilogorek requested a review from a team February 8, 2018 14:21
@kamilogorek
Copy link
Contributor Author

Before:
screen shot 2018-02-08 at 15 19 17

After:
screen shot 2018-02-08 at 15 20 14

@kamilogorek kamilogorek merged commit df8a9cd into master Feb 8, 2018
@kamilogorek kamilogorek deleted the safer-console-instrumentation branch February 8, 2018 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Console Log Instrumentation breaks on foreign objects
2 participants