Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@datadog/browser-rum-core

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datadog/browser-rum-core - npm Package Compare versions

Comparing version 4.10.0 to 4.10.1

2

cjs/domain/assembly.js

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

},
browser_sdk_version: (0, browser_core_1.canUseEventBridge)() ? "4.10.0" : undefined,
browser_sdk_version: (0, browser_core_1.canUseEventBridge)() ? "4.10.1" : undefined,
},

@@ -52,0 +52,0 @@ application: {

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

function createRumBatch(endpointBuilder, unloadCallback) {
return new browser_core_1.Batch(new browser_core_1.HttpRequest(endpointBuilder, configuration.batchBytesLimit), configuration.maxBatchSize, configuration.batchBytesLimit, configuration.maxMessageSize, configuration.flushTimeout, unloadCallback);
return new browser_core_1.Batch(new browser_core_1.HttpRequest(endpointBuilder, configuration.batchBytesLimit), configuration.batchMessagesLimit, configuration.batchBytesLimit, configuration.messageBytesLimit, configuration.flushTimeout, unloadCallback);
}

@@ -31,0 +31,0 @@ function withReplicaApplicationId(message) {

@@ -46,3 +46,3 @@ import { combine, isEmptyObject, limitModification, timeStampNow, currentDrift, display, createEventRateLimiter, canUseEventBridge, isExperimentalFeatureEnabled, } from '@datadog/browser-core';

},
browser_sdk_version: canUseEventBridge() ? "4.10.0" : undefined,
browser_sdk_version: canUseEventBridge() ? "4.10.1" : undefined,
},

@@ -49,0 +49,0 @@ application: {

@@ -24,3 +24,3 @@ import { Batch, combine, HttpRequest, isTelemetryReplicationAllowed } from '@datadog/browser-core';

function createRumBatch(endpointBuilder, unloadCallback) {
return new Batch(new HttpRequest(endpointBuilder, configuration.batchBytesLimit), configuration.maxBatchSize, configuration.batchBytesLimit, configuration.maxMessageSize, configuration.flushTimeout, unloadCallback);
return new Batch(new HttpRequest(endpointBuilder, configuration.batchBytesLimit), configuration.batchMessagesLimit, configuration.batchBytesLimit, configuration.messageBytesLimit, configuration.flushTimeout, unloadCallback);
}

@@ -27,0 +27,0 @@ function withReplicaApplicationId(message) {

{
"name": "@datadog/browser-rum-core",
"version": "4.10.0",
"version": "4.10.1",
"license": "Apache-2.0",

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

"dependencies": {
"@datadog/browser-core": "4.10.0"
"@datadog/browser-core": "4.10.1"
},

@@ -26,3 +26,3 @@ "devDependencies": {

},
"gitHead": "0d9e40c8625d33d9b725f3a5bf81a711b318796c"
"gitHead": "e5626dc79ba7f597662015c528de80fc611d076b"
}

@@ -28,3 +28,3 @@ import { isIE, RequestType } from '@datadog/browser-core'

...SPEC_ENDPOINTS,
maxBatchSize: 1,
batchMessagesLimit: 1,
}

@@ -155,3 +155,3 @@ fetchStubManager = stubFetch()

...SPEC_ENDPOINTS,
maxBatchSize: 1,
batchMessagesLimit: 1,
}

@@ -158,0 +158,0 @@ stubXhrManager = stubXhr()

@@ -46,5 +46,5 @@ import type { Context, EndpointBuilder, TelemetryEvent, Observable } from '@datadog/browser-core'

new HttpRequest(endpointBuilder, configuration.batchBytesLimit),
configuration.maxBatchSize,
configuration.batchMessagesLimit,
configuration.batchBytesLimit,
configuration.maxMessageSize,
configuration.messageBytesLimit,
configuration.flushTimeout,

@@ -51,0 +51,0 @@ unloadCallback

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