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

feat(node): Use util.inspect() before printing non-errors #696

Merged
merged 2 commits into from
Jan 21, 2020

Commits on Jan 20, 2020

  1. feat(node): Use util.inspect() before printing non-errors

    throw { ... } or reject({ ... }) is bad practice, but sometimes it happens. Previously (as
    highlighted in #597), Bugsnag would just print [object Object], which is unhelpful. This
    uses util.inspect() to get a better textual representation of anything that doesn't have
    a .stack property, before logging it to the console.
    
    Parially fixes #597
    bengourley committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    4c25af0 View commit details
    Browse the repository at this point in the history
  2. chore: Update changelog

    bengourley committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d82dc80 View commit details
    Browse the repository at this point in the history