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

bugsnag

Package Overview
Dependencies
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugsnag - npm Package Versions

23
7

2.4.3

Diff

Changelog

Source

2.4.3 (2018-06-22)

Fixed

  • Add missing app properties to session payload (#150)
bengourley
published 2.4.2 •

Changelog

Source

2.4.2 (2018-06-12)

Fixed

  • Make updated types compatible with noImplicitAny option (#147) (@jacobwgillespie)
bengourley
published 2.4.1 •

Changelog

Source

2.4.1 (2018-06-07)

Fixed

  • TypeScript definitions updated to match current configuration options (#144) (@amrocha)
bengourley
published 2.4.0 •

Changelog

Source

2.4.0 (2018-06-01)

Note: this release alters the behaviour of the notifier to track sessions automatically.

As part of this change, the way in which URLs are configured has been updated:

- useSSL: true,
- notifyHost: 'bugsnag-notify.example.com',
- notifyPort: 9876
- notifyPath: '/payloads'
- sessionEndpoint: 'https://bugsnag-sessions.example.com',
+ endpoints: {
+  notify: 'https://bugsnag-notify.example.com:9876/payloads',
+  sessions: 'https://bugsnag-sessions.example.com'
+ }

useSSL, notifyHost, notifyPort, notifyPath and sessionEndpoint are now deprecated but still supported. Note that session tracking will be disabled if the notify endpoint is configured but the sessions endpoint is not – this is to avoid inadvertently sending session payloads to the wrong server.

Added

  • Unit tests have been added for lib/configuration.js (#143)

Changed

  • autoCaptureSessions default value was false and is now true (#143)
  • The interval used to send periodic session summaries now has unref() called on it, to avoid keeping a process running that would otherwise terminate (#143)

Deprecated

  • useSSL, notifyHost, notifyPort, notifyPath and sessionEndpoint have been deprecated and combined into a single new option: endpoints (#143)
bengourley
published 2.3.1 •

Changelog

Source

2.3.1 (2018-03-15)

Enhancements

  • Support configuration of appType #139, fixes #126
  • Improve logging clarity for unhandled exceptions #137
bengourley
published 2.3.0 •

Changelog

Source

2.3.0 (2018-03-01)

Enhancements

  • Improve serialization of class-based data structures which expose a .toJSON() method #134
bengourley
published 2.2.0 •

Changelog

Source

2.2.0 (2018-02-22)

Enhancements

  • Apply Configuation.filters to all aspects of the payload that can contain custom data #131

Bug fixes

bengourley
published 2.1.3 •

Changelog

Source

2.1.3 (2018-01-25)

Bug fixes

  • Reverted a payload change which made the notifier not backwards compatible with older versions of Bugsnag On-premise #128
bengourley
published 2.1.2 •

Changelog

Source

2.1.2 (2018-01-09)

Enhancements

  • Migrate option name sessionTrackingEnabled -> autoCaptureSessions for consistency with other notifiers
  • Session reporting now respects the notifyReleaseStages and will only send if error reports will
bengourley
published 2.1.1 •

Changelog

Source

2.1.1 (2018-01-08)

Bug fixes

  • The runtime dependency "backo" was in devDependencies in package.json. It has been moved to dependencies (fixes #125).
23
7
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