Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-base

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-trace-base - npm Package Compare versions

Comparing version 0.25.1-alpha.4 to 0.25.1-alpha.7

2

build/esm/config.js

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

var FALLBACK_OTEL_TRACES_SAMPLER = TracesSamplerValues.AlwaysOn;
var DEFAULT_RATIO = 1;
/**

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

}
var DEFAULT_RATIO = 1;
function getSamplerProbabilityFromEnv(env) {

@@ -70,0 +70,0 @@ if (env.OTEL_TRACES_SAMPLER_ARG === undefined ||

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

const FALLBACK_OTEL_TRACES_SAMPLER = core_1.TracesSamplerValues.AlwaysOn;
const DEFAULT_RATIO = 1;
/**

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

exports.buildSamplerFromEnv = buildSamplerFromEnv;
const DEFAULT_RATIO = 1;
function getSamplerProbabilityFromEnv(env) {

@@ -73,0 +73,0 @@ if (env.OTEL_TRACES_SAMPLER_ARG === undefined ||

{
"name": "@opentelemetry/sdk-trace-base",
"version": "0.25.1-alpha.4+3cbd530f",
"version": "0.25.1-alpha.7+dfb597de",
"description": "OpenTelemetry Tracing",

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

"dependencies": {
"@opentelemetry/core": "^0.25.1-alpha.4+3cbd530f",
"@opentelemetry/resources": "^0.25.1-alpha.4+3cbd530f",
"@opentelemetry/semantic-conventions": "^0.25.1-alpha.4+3cbd530f",
"@opentelemetry/core": "^0.25.0",
"@opentelemetry/resources": "^0.25.0",
"@opentelemetry/semantic-conventions": "^0.25.0",
"lodash.merge": "^4.6.2"
},
"gitHead": "3cbd530f2ee5c06376210402eb87ec9e362853c5"
"gitHead": "dfb597def863b15b37b24d965018e8c92d2ee70c"
}

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