Socket
Socket
Sign inDemoInstall

@datadog/browser-core

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-core - npm Package Compare versions

Comparing version 5.28.1 to 5.29.0

2

cjs/boot/init.js

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

var publicApi = (0, polyfills_1.assign)({
version: "5.28.1",
version: "5.29.0",
// This API method is intentionally not monitored, since the only thing executed is the

@@ -14,0 +14,0 @@ // user-provided 'callback'. All SDK usages executed in the callback should be monitored, and

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

var retry = _b.retry, encoding = _b.encoding;
var tags = ["sdk_version:".concat("5.28.1"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("5.29.0"), "api:".concat(api)].concat(configurationTags);
if (retry) {

@@ -68,3 +68,3 @@ tags.push("retry_count:".concat(retry.count), "retry_after:".concat(retry.lastFailureStatus));

"dd-api-key=".concat(clientToken),
"dd-evp-origin-version=".concat(encodeURIComponent("5.28.1")),
"dd-evp-origin-version=".concat(encodeURIComponent("5.29.0")),
'dd-evp-origin=browser',

@@ -71,0 +71,0 @@ "dd-request-id=".concat((0, stringUtils_1.generateUUID)()),

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

service: telemetryService,
version: "5.28.1",
version: "5.29.0",
source: 'browser',

@@ -77,0 +77,0 @@ _dd: {

@@ -14,3 +14,4 @@ /**

UPDATE_VIEW_NAME = "update_view_name",
LONG_ANIMATION_FRAME = "long_animation_frame"
LONG_ANIMATION_FRAME = "long_animation_frame",
REDUCE_SEGMENT_LIMIT_BATCH_TIME = "reduce_segment_limit_batch_time"
}

@@ -17,0 +18,0 @@ export declare function initFeatureFlags(enableExperimentalFeatures?: string[] | undefined): void;

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

ExperimentalFeature["LONG_ANIMATION_FRAME"] = "long_animation_frame";
ExperimentalFeature["REDUCE_SEGMENT_LIMIT_BATCH_TIME"] = "reduce_segment_limit_batch_time";
})(ExperimentalFeature || (exports.ExperimentalFeature = ExperimentalFeature = {}));

@@ -30,0 +31,0 @@ var enabledExperimentalFeatures = new Set();

@@ -7,3 +7,3 @@ import { catchUserErrors } from '../tools/catchUserErrors';

var publicApi = assign({
version: "5.28.1",
version: "5.29.0",
// This API method is intentionally not monitored, since the only thing executed is the

@@ -10,0 +10,0 @@ // user-provided 'callback'. All SDK usages executed in the callback should be monitored, and

@@ -56,3 +56,3 @@ import { timeStampNow } from '../../tools/utils/timeUtils';

var retry = _b.retry, encoding = _b.encoding;
var tags = ["sdk_version:".concat("5.28.1"), "api:".concat(api)].concat(configurationTags);
var tags = ["sdk_version:".concat("5.29.0"), "api:".concat(api)].concat(configurationTags);
if (retry) {

@@ -65,3 +65,3 @@ tags.push("retry_count:".concat(retry.count), "retry_after:".concat(retry.lastFailureStatus));

"dd-api-key=".concat(clientToken),
"dd-evp-origin-version=".concat(encodeURIComponent("5.28.1")),
"dd-evp-origin-version=".concat(encodeURIComponent("5.29.0")),
'dd-evp-origin=browser',

@@ -68,0 +68,0 @@ "dd-request-id=".concat(generateUUID()),

@@ -61,3 +61,3 @@ import { ConsoleApiName } from '../../tools/display';

service: telemetryService,
version: "5.28.1",
version: "5.29.0",
source: 'browser',

@@ -64,0 +64,0 @@ _dd: {

@@ -14,3 +14,4 @@ /**

UPDATE_VIEW_NAME = "update_view_name",
LONG_ANIMATION_FRAME = "long_animation_frame"
LONG_ANIMATION_FRAME = "long_animation_frame",
REDUCE_SEGMENT_LIMIT_BATCH_TIME = "reduce_segment_limit_batch_time"
}

@@ -17,0 +18,0 @@ export declare function initFeatureFlags(enableExperimentalFeatures?: string[] | undefined): void;

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

ExperimentalFeature["LONG_ANIMATION_FRAME"] = "long_animation_frame";
ExperimentalFeature["REDUCE_SEGMENT_LIMIT_BATCH_TIME"] = "reduce_segment_limit_batch_time";
})(ExperimentalFeature || (ExperimentalFeature = {}));

@@ -22,0 +23,0 @@ var enabledExperimentalFeatures = new Set();

{
"name": "@datadog/browser-core",
"version": "5.28.1",
"version": "5.29.0",
"license": "Apache-2.0",

@@ -26,3 +26,3 @@ "main": "cjs/index.js",

},
"gitHead": "cb740a2af54544dc42c6e26c4488690fcaee2ca6"
"gitHead": "86a148b8f6bedffe68e7b81aa120fda8b6f81884"
}

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

LONG_ANIMATION_FRAME = 'long_animation_frame',
REDUCE_SEGMENT_LIMIT_BATCH_TIME = 'reduce_segment_limit_batch_time',
}

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

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