Socket
Socket
Sign inDemoInstall

rollbar

Package Overview
Dependencies
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollbar - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

CHANGELOG.md
# Change Log
**0.5.1**
- Fixed a bug that occurred if `exitOnUncaught` was set to true and an unhandled exception occurred, ([#38](https://github.com/rollbar/node_rollbar/issues/38))
**0.5.0**

@@ -4,0 +7,0 @@ - Refactored most of the notifier code to use the async library.

2

package.json

@@ -13,3 +13,3 @@ {

],
"version": "0.5.0",
"version": "0.5.1",
"repository": "git://github.com/rollbar/node_rollbar.git",

@@ -16,0 +16,0 @@ "author": "Rollbar, Inc. <support@rollbar.com>",

@@ -65,3 +65,3 @@ # Rollbar notifier for Node.js [![Build Status](https://secure.travis-ci.org/rollbar/node_rollbar.png?branch=master)](https://travis-ci.org/rollbar/node_rollbar)

```js
// Queue up and report messages/exceptions to rollbar every 5 seconds
// Configure the library to send errors to api.rollbar.com
rollbar.init("POST_SERVER_ITEM_ACCESS_TOKEN", {

@@ -68,0 +68,0 @@ environment: "staging",

@@ -259,6 +259,2 @@ /*jslint devel: true, nomen: true, indent: 2, maxlen: 100 */

if (exitOnUncaught) {
notifier.changeHandler('inline');
}
notifier.handleError(err, function (err) {

@@ -265,0 +261,0 @@ if (err) {

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