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

@bugsnag/core

Package Overview
Dependencies
Maintainers
11
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/core - npm Package Compare versions

Comparing version 7.10.0 to 7.11.0

8

client.js

@@ -260,2 +260,8 @@ const config = require('./config')

_isBreadcrumbTypeEnabled (type) {
const types = this._config.enabledBreadcrumbTypes
return types === null || includes(types, type)
}
notify (maybeError, onError, cb = noop) {

@@ -300,3 +306,3 @@ const event = Event.create(maybeError, true, undefined, 'notify()', this._depth + 1, this._logger)

if (includes(this._config.enabledBreadcrumbTypes, 'error')) {
if (this._isBreadcrumbTypeEnabled('error')) {
// only leave a crumb for the error if actually got sent

@@ -303,0 +309,0 @@ Client.prototype.leaveBreadcrumb.call(this, event.errors[0].errorClass, {

4

package.json
{
"name": "@bugsnag/core",
"main": "index.js",
"version": "7.10.0",
"version": "7.11.0",
"types": "types/index.d.ts",

@@ -29,3 +29,3 @@ "description": "Core classes and utilities for Bugsnag notifiers",

},
"gitHead": "c85da3e187f73883e53509a3ff8a4ae3195ccbf1"
"gitHead": "991c73de4560670d73df305cfbc134c6c4058a74"
}
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