logdna / nodejs

Node.js library for logging to LogDNA
MIT License
74 stars 66 forks source link

refactor: Add EventEmitter, remove callbacks, and bug fixes #102

Closed darinspivey closed 4 years ago

darinspivey commented 4 years ago

BREAKING CHANGE: In general, callbacks do not work with a "flushing" app due to the asynchronous nature of HTTP requests and dealing with errors and retries. Using an EventEmitter is much more appropriate.

CHANGE LIST:

Semver: major Ref: LOG-6626

darinspivey commented 4 years ago

Closing this PR in favor of a new repository name and package namespace.