Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-web

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.22.0 to 1.23.0

2

build/esm/version.d.ts

@@ -1,2 +0,2 @@

export declare const VERSION = "1.22.0";
export declare const VERSION = "1.23.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.22.0';
export var VERSION = '1.23.0';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.22.0";
export declare const VERSION = "1.23.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.22.0';
export const VERSION = '1.23.0';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const VERSION = "1.22.0";
export declare const VERSION = "1.23.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.22.0';
exports.VERSION = '1.23.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-trace-web",
"version": "1.22.0",
"version": "1.23.0",
"description": "OpenTelemetry Web Tracer",

@@ -61,5 +61,5 @@ "main": "build/src/index.js",

"@opentelemetry/api": ">=1.0.0 <1.9.0",
"@opentelemetry/context-zone": "1.22.0",
"@opentelemetry/propagator-b3": "1.22.0",
"@opentelemetry/resources": "1.22.0",
"@opentelemetry/context-zone": "1.23.0",
"@opentelemetry/propagator-b3": "1.23.0",
"@opentelemetry/resources": "1.23.0",
"@types/jquery": "3.5.29",

@@ -97,9 +97,9 @@ "@types/mocha": "10.0.6",

"dependencies": {
"@opentelemetry/core": "1.22.0",
"@opentelemetry/sdk-trace-base": "1.22.0",
"@opentelemetry/semantic-conventions": "1.22.0"
"@opentelemetry/core": "1.23.0",
"@opentelemetry/sdk-trace-base": "1.23.0",
"@opentelemetry/semantic-conventions": "1.23.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-web",
"sideEffects": false,
"gitHead": "7be35c7845e206b27b682e8ce1cee850b09cec04"
"gitHead": "5231aa255047fbc6ee3d6a299f4423ab2f8a5fbc"
}

@@ -20,3 +20,3 @@ # OpenTelemetry Web SDK

Web Tracer currently supports one plugin for document load.
Unlike Node Tracer (`NodeTracerProvider`), the plugins needs to be initialised and passed in configuration.
Unlike Node Tracer (`NodeTracerProvider`), the plugins needs to be initialized and passed in configuration.
The reason is to give user full control over which plugin will be bundled into web page.

@@ -23,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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