backtrace-node
Advanced tools
Changelog
Version 1.0.3 06.06.2019
new-report
, unhandledRejection
, uncaughtException
. uncaughtException
and
unhandledRejection
events will be emited by library when library catch unhandled exception or unhandler promise
rejection. new-report
event will be emited when library create new backtraceReport
object.Changelog
Version 1.0.0 04.06.2019
Backtrace-node
now supports TypeScript. We care about your applications that using Backtrace-Node library so we
prepared compatible API for you. If you still want to use modern API please use BacktraceClient
instead.Backtrace-node
options now support sampling and client rate limiting.
Backtrace-node
send methods accept new paramtere - fileAttachment
. If you pass array of strings backtrace-node
will try to read each file from hard drive and add this as attachment to backtraceReport
.Backtrace-node
allows you to use eventEmmiter
events! Now when you can use events like: 'before-send'
,
'after-send'
and others!Backtrace-node
allows you to use async/await
syntax to send reports to Backtrace!reportSync
and reportAsync
methods now returns BacktraceResult
object that allows you to understand what happend
with report. If you have connection/configuration problems BacktraceResult
allows you to learn what happend inside
library!