logdna / logger-node

A nodejs logger client for LogDNA
MIT License
34 stars 17 forks source link

fix(docs): Correct bad documentation for logging errors #49

Closed darinspivey closed 3 years ago

darinspivey commented 3 years ago

fix(docs): Correct bad documentation for logging errors

Error objects are largely non-enumerable, so they don't serialize well. Improve the docuementation for how to properly log errors.

Semver: patch Fixes: https://github.com/logdna/logger-node/issues/48


docs: add @esatterwhite as a contributor


docs: add @nhuttm as a contributor


docs: add @mdeltito as a contributor


docs: add @alanzchen as a contributor


docs: add @ligerzero459 as a contributor


chore(contributors): Use all-contributors

This removes the hardcoded contributors list in package.json and moves to the common all-contributors package to list contributors in the README.


docs: add @relative as a contributor


docs: add @darinspivey as a contributor


chore(deps): Remove unnecessary eslint plugins

These plugins are part of eslint-config-logdna and thus do not need to explicitly be installed.


ci: Switch to using semantic-release

This changes to semantic-release for package deployment and semantic versioning. This also removes the use of Husky because it doesn't really work well for enforcing commit message formatting. In the future, we will add commitlint to semantic-release-config-logdna.

Semver: patch

logdnabot commented 3 years ago

:tada: This PR is included in version 2.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: