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

@opentelemetry/tracing

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/tracing - npm Package Compare versions

Comparing version 0.18.3-alpha.7 to 0.18.3-alpha.9

2

build/src/Span.js

@@ -142,3 +142,3 @@ "use strict";

if (exception.code) {
attributes[semantic_conventions_1.ExceptionAttribute.TYPE] = exception.code;
attributes[semantic_conventions_1.ExceptionAttribute.TYPE] = exception.code.toString();
}

@@ -145,0 +145,0 @@ else if (exception.name) {

{
"name": "@opentelemetry/tracing",
"version": "0.18.3-alpha.7+897c35f4",
"version": "0.18.3-alpha.9+a4577767",
"description": "OpenTelemetry Tracing",

@@ -80,8 +80,8 @@ "main": "build/src/index.js",

"dependencies": {
"@opentelemetry/core": "^0.18.3-alpha.7+897c35f4",
"@opentelemetry/resources": "^0.18.3-alpha.7+897c35f4",
"@opentelemetry/core": "^0.18.2",
"@opentelemetry/resources": "^0.18.2",
"@opentelemetry/semantic-conventions": "^0.18.2",
"lodash.merge": "^4.6.2"
},
"gitHead": "897c35f497363ee3f3ea4c1e5ad1628e09ec9041"
"gitHead": "a4577767a07c794ea687759421693e75f2a84b27"
}

Sorry, the diff of this file is not supported yet

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