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

@bugsnag/core

Package Overview
Dependencies
Maintainers
9
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.25.0-alpha.0 to 7.25.0

4

event.js

@@ -60,4 +60,4 @@ const ErrorStackParser = require('./lib/error-stack-parser')

setTraceCorrelation (traceId, spanId) {
if (traceId != null) {
this._correlation = { traceId, spanId }
if (typeof traceId === 'string') {
this._correlation = { traceId, ...typeof spanId === 'string' ? { spanId } : { } }
}

@@ -64,0 +64,0 @@ }

{
"name": "@bugsnag/core",
"main": "index.js",
"version": "7.25.0-alpha.0",
"version": "7.25.0",
"types": "types/index.d.ts",

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

},
"gitHead": "5617661e40cd3dd8e6d449153c77ba276357cb47"
"gitHead": "bf1721174d2245cc6d7537e9dc197e6c90309616"
}

@@ -58,3 +58,3 @@ import Breadcrumb from './breadcrumb'

// trace correlation
public setTraceCorrelation(traceId: string, spanId: string): void
public setTraceCorrelation(traceId: string, spanId?: string): void
}

@@ -61,0 +61,0 @@

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