Releases: MikeyBurkman/varanus
Releases · MikeyBurkman/varanus
v2.0.1
v2.0.0
- Varanus is now instantiated via
create()
rather than being a global. - Errors in monitored functions are now captured and included in records passed to flush.
v1.0.2
Just cleaned up some documentation and made the perf tests slightly more accurate
v1.0.1
Adds notion of log levels, allowing selective sending of logs based on environment
v0.1.0
- The
created
timestamp is now the date when the function being monitored was started. - The
logTime
function's arguments were changed as a result. It now takes in both the start and end milli instead of just the millis it took to run the function.
v0.0.3
Fix bug in processing functions that don't return data
Changed log format
v0.0.2 Update package.json
Initial beta release
v0.0.1 add tests and fix bugs