Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backtrace-node

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backtrace-node - npm Package Versions

1345

1.0.3

Diff

Changelog

Source

Version 1.0.3 06.06.2019

  • Added new events to event emitter: 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.
kdysput
published 1.0.2 •

Changelog

Source

Version 1.0.2 05.06.2019

  • Fixed arguments in callback function in report send method.
kdysput
published 1.0.1 •

Changelog

Source

Version 1.0.1 05.06.2019

  • Added type definition for report send method
kdysput
published 1.0.0 •

Changelog

Source

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.
    • sampling allows you to drop random reports generated by your application depends on sampling value,
    • client rate limit allows you to set up client limit. By setting this value you will tell library how many reports per minute, client can send to Backtrace
  • 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!
  • Modern Promise API is here! 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!
  • Backtrace prepare a lot sample application for you! If you want to learn how to use Backtrace in your nodejs application (no matter if you using JavaScript/TypeScript) please check examples directory!
kdysput
published 1.0.0-alpha.8 •

kdysput
published 1.0.0-alpha.7 •

kdysput
published 1.0.0-alpha.6 •

kdysput
published 1.0.0-alpha.5 •

kdysput
published 1.0.0-alpha.4 •

kdysput
published 1.0.0-alpha.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc