Skip to content

v0.4.0

Compare
Choose a tag to compare
@curusarn curusarn released this 27 Mar 20:53
· 90 commits to master since this release

What's new?

  • Added retry mechanism
    • Enabled by default
    • Retries 3 times with 100 ms backoff
    • Configure using retryCount and retryBackoff options
  • Allow completely silencing errors
    • By default, exceptions are still caught and logged to standard output
    • Use ignoreExceptions: true to silently ignore exceptions
    • Use throwExceptions: true to throw exceptions
  • Make @logtail/node a regular dependency for @logtail/winston and @logtail/bunyan

Got questions?
Please let us know at [email protected].
We're happy to help! 🙏

Full Changelog: v0.3.0...v0.4.1