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

Release v6.5.2 #732

Merged
merged 11 commits into from
Feb 5, 2020
Merged

Release v6.5.2 #732

merged 11 commits into from
Feb 5, 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

Commits on Jan 21, 2020

  1. Merge pull request #696 from bugsnag/node-print-non-error

    feat(node): Use util.inspect() before printing non-errors
    bengourley authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    043406d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. chore (build): bump to docker-compose-buildkite-plugin v.3.1.0

    Update to docker-compose-buildkite-plugin v.3.1.0 in preparation for Buildkite agent v4.3.5
    twometresteve committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    e25c1d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge pull request #713 from bugsnag/bump-docker-compose-buildkite-pl…

    …ugin
    
    chore (build): bump to docker-compose-buildkite-plugin v.3.1.0
    twometresteve authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    1b94be3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. chore(examples): node example apps

    Maintenance performed:
    - update to latest version of Node
    - remove manual breadcrumbs as not currently supported by Node
    - resolve issue in typescript example where .ts was not automatically transpiled
    twometresteve committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    4a22387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    060bc3d View commit details
    Browse the repository at this point in the history
  3. chore: Update changelog

    bengourley committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    882a7fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #722 from bugsnag/x-domain-send-session-error-bug

    fix(delivery-x-domain-request): Fix incorrect "this" reference
    bengourley authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    e83152b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #721 from bugsnag/update-node-examples

    Chore (Node example app maintenance)
    bengourley authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f86f75d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. chore: update changelog

    djskinner committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    e940b9a View commit details
    Browse the repository at this point in the history