v0.4.0
What's new?
- Added retry mechanism
- Enabled by default
- Retries 3 times with 100 ms backoff
- Configure using
retryCount
andretryBackoff
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