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.19.1-alpha.12 to 0.19.1-alpha.13

2

build/esm/config.js

@@ -19,2 +19,3 @@ /*

var env = getEnv();
var FALLBACK_OTEL_TRACES_SAMPLER = TracesSamplerValues.AlwaysOn;
/**

@@ -34,3 +35,2 @@ * Default configuration. For fields with primitive values, any user-provided

};
var FALLBACK_OTEL_TRACES_SAMPLER = TracesSamplerValues.AlwaysOn;
/**

@@ -37,0 +37,0 @@ * Based on environment, builds a sampler, complies with specification.

@@ -22,2 +22,3 @@ "use strict";

const env = core_1.getEnv();
const FALLBACK_OTEL_TRACES_SAMPLER = core_1.TracesSamplerValues.AlwaysOn;
/**

@@ -37,3 +38,2 @@ * Default configuration. For fields with primitive values, any user-provided

};
const FALLBACK_OTEL_TRACES_SAMPLER = core_1.TracesSamplerValues.AlwaysOn;
/**

@@ -40,0 +40,0 @@ * Based on environment, builds a sampler, complies with specification.

{
"name": "@opentelemetry/tracing",
"version": "0.19.1-alpha.12+25c205aa",
"version": "0.19.1-alpha.13+329cf927",
"description": "OpenTelemetry Tracing",

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

"dependencies": {
"@opentelemetry/core": "^0.19.1-alpha.12+25c205aa",
"@opentelemetry/resources": "^0.19.1-alpha.12+25c205aa",
"@opentelemetry/core": "^0.19.0",
"@opentelemetry/resources": "^0.19.0",
"@opentelemetry/semantic-conventions": "^0.19.0",
"lodash.merge": "^4.6.2"
},
"gitHead": "25c205aaffb6707d4275be6bade3e078e50e2df3"
"gitHead": "329cf927c6c2c9977996cc2a18a3979af2e4474e"
}

Sorry, the diff of this file is not supported yet

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