@opentelemetry/sdk-trace-base
Advanced tools
Comparing version 0.25.1-alpha.4 to 0.25.1-alpha.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
238786
+ Added@opentelemetry/core@0.25.0(transitive)
+ Added@opentelemetry/resources@0.25.0(transitive)
- Removed@opentelemetry/core@0.25.1-alpha.23(transitive)
- Removed@opentelemetry/resources@0.25.1-alpha.23(transitive)
- Removed@opentelemetry/semantic-conventions@0.25.1-alpha.21(transitive)
Updated@opentelemetry/core@^0.25.0