0.2.0 • Published 2 years ago

backtrace-debug v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

backtrace-debug

debug with backtrace-logging

  • Hide unnecessary logs until an error occurs
  • Drop-in replacement for debug

Install

npm install backtrace-debug

Usage

import debug from 'backtrace-debug'

Caveats

Millisecond diffs don't work because all the calls are essentially applied at the end.