Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-document-load

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-document-load - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

2

build/esm/instrumentation.d.ts

@@ -6,3 +6,3 @@ import { InstrumentationBase } from '@opentelemetry/instrumentation';

*/
export declare class DocumentLoadInstrumentation extends InstrumentationBase<unknown> {
export declare class DocumentLoadInstrumentation extends InstrumentationBase {
readonly component: string;

@@ -9,0 +9,0 @@ readonly version: string;

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

export declare const VERSION = "0.37.0";
export declare const VERSION = "0.38.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -6,3 +6,3 @@ import { InstrumentationBase } from '@opentelemetry/instrumentation';

*/
export declare class DocumentLoadInstrumentation extends InstrumentationBase<unknown> {
export declare class DocumentLoadInstrumentation extends InstrumentationBase {
readonly component: string;

@@ -9,0 +9,0 @@ readonly version: string;

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

export declare const VERSION = "0.37.0";
export declare const VERSION = "0.38.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -6,3 +6,3 @@ import { InstrumentationBase } from '@opentelemetry/instrumentation';

*/
export declare class DocumentLoadInstrumentation extends InstrumentationBase<unknown> {
export declare class DocumentLoadInstrumentation extends InstrumentationBase {
readonly component: string;

@@ -9,0 +9,0 @@ readonly version: string;

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

export declare const VERSION = "0.37.0";
export declare const VERSION = "0.38.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.37.0';
exports.VERSION = '0.38.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-document-load",
"version": "0.37.0",
"version": "0.38.0",
"description": "OpenTelemetry document-load automatic instrumentation package.",

@@ -72,3 +72,3 @@ "main": "build/src/index.js",

"@opentelemetry/core": "^1.8.0",
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/sdk-trace-base": "^1.0.0",

@@ -79,3 +79,3 @@ "@opentelemetry/sdk-trace-web": "^1.15.0",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-document-load#readme",
"gitHead": "17a0bc1da3baa472ba9b867eee3c60730cc130fb"
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
}

@@ -120,6 +120,6 @@ # OpenTelemetry Instrumentation Document Load

| Attribute | Short Description | Notes |
| ----------------- | ------------------------------------------------------------------------------ | ------------------------------- |
| `http.url` | Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]` | Key: `SEMATTRS_HTTP_URL` |
| `http.user_agent` | Value of the HTTP User-Agent header sent by the client | Key: `SEMATTRS_HTTP_USER_AGENT` |
| Attribute | Short Description |
| ----------------- | ------------------------------------------------------------------------------ |
| `http.url` | Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]` |
| `http.user_agent` | Value of the HTTP User-Agent header sent by the client |

@@ -126,0 +126,0 @@ ## Useful links

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

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

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

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