@datadog/browser-core
Advanced tools
Comparing version 5.30.0 to 5.30.1
@@ -11,3 +11,3 @@ "use strict"; | ||
var publicApi = (0, polyfills_1.assign)({ | ||
version: "5.30.0", | ||
version: "5.30.1", | ||
// 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.30.0"), "api:".concat(api)].concat(configurationTags); | ||
var tags = ["sdk_version:".concat("5.30.1"), "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.30.0")), | ||
"dd-evp-origin-version=".concat(encodeURIComponent("5.30.1")), | ||
'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.30.0", | ||
version: "5.30.1", | ||
source: 'browser', | ||
@@ -77,0 +77,0 @@ _dd: { |
@@ -38,2 +38,4 @@ export { Configuration, InitConfiguration, validateAndBuildConfiguration, DefaultPrivacyLevel, TraceContextInjection, EndpointBuilder, serializeConfiguration, isSampleRate, INTAKE_SITE_STAGING, INTAKE_SITE_US1, INTAKE_SITE_US1_FED, INTAKE_SITE_EU1, INTAKE_URL_PARAMETERS, isIntakeUrl, } from './domain/configuration'; | ||
export * from './browser/addEventListener'; | ||
export { requestIdleCallback } from './tools/requestIdleCallback'; | ||
export * from './tools/taskQueue'; | ||
export * from './tools/timer'; | ||
@@ -40,0 +42,0 @@ export { initConsoleObservable, resetConsoleObservable, ConsoleLog } from './domain/console/consoleObservable'; |
@@ -125,2 +125,5 @@ "use strict"; | ||
__exportStar(require("./browser/addEventListener"), exports); | ||
var requestIdleCallback_1 = require("./tools/requestIdleCallback"); | ||
Object.defineProperty(exports, "requestIdleCallback", { enumerable: true, get: function () { return requestIdleCallback_1.requestIdleCallback; } }); | ||
__exportStar(require("./tools/taskQueue"), exports); | ||
__exportStar(require("./tools/timer"), exports); | ||
@@ -127,0 +130,0 @@ var consoleObservable_1 = require("./domain/console/consoleObservable"); |
@@ -7,3 +7,3 @@ import { catchUserErrors } from '../tools/catchUserErrors'; | ||
var publicApi = assign({ | ||
version: "5.30.0", | ||
version: "5.30.1", | ||
// 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.30.0"), "api:".concat(api)].concat(configurationTags); | ||
var tags = ["sdk_version:".concat("5.30.1"), "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.30.0")), | ||
"dd-evp-origin-version=".concat(encodeURIComponent("5.30.1")), | ||
'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.30.0", | ||
version: "5.30.1", | ||
source: 'browser', | ||
@@ -64,0 +64,0 @@ _dd: { |
@@ -38,2 +38,4 @@ export { Configuration, InitConfiguration, validateAndBuildConfiguration, DefaultPrivacyLevel, TraceContextInjection, EndpointBuilder, serializeConfiguration, isSampleRate, INTAKE_SITE_STAGING, INTAKE_SITE_US1, INTAKE_SITE_US1_FED, INTAKE_SITE_EU1, INTAKE_URL_PARAMETERS, isIntakeUrl, } from './domain/configuration'; | ||
export * from './browser/addEventListener'; | ||
export { requestIdleCallback } from './tools/requestIdleCallback'; | ||
export * from './tools/taskQueue'; | ||
export * from './tools/timer'; | ||
@@ -40,0 +42,0 @@ export { initConsoleObservable, resetConsoleObservable, ConsoleLog } from './domain/console/consoleObservable'; |
@@ -38,2 +38,4 @@ export { validateAndBuildConfiguration, DefaultPrivacyLevel, TraceContextInjection, serializeConfiguration, isSampleRate, INTAKE_SITE_STAGING, INTAKE_SITE_US1, INTAKE_SITE_US1_FED, INTAKE_SITE_EU1, INTAKE_URL_PARAMETERS, isIntakeUrl, } from './domain/configuration'; | ||
export * from './browser/addEventListener'; | ||
export { requestIdleCallback } from './tools/requestIdleCallback'; | ||
export * from './tools/taskQueue'; | ||
export * from './tools/timer'; | ||
@@ -40,0 +42,0 @@ export { initConsoleObservable, resetConsoleObservable } from './domain/console/consoleObservable'; |
{ | ||
"name": "@datadog/browser-core", | ||
"version": "5.30.0", | ||
"version": "5.30.1", | ||
"license": "Apache-2.0", | ||
@@ -26,3 +26,3 @@ "main": "cjs/index.js", | ||
}, | ||
"gitHead": "f9195c3d7cd5484895ae37f5b8c8765f79d0a85f" | ||
"gitHead": "639b5a7c3830242460e43b97497f2aa41cc9246f" | ||
} |
@@ -110,2 +110,4 @@ export { | ||
export * from './browser/addEventListener' | ||
export { requestIdleCallback } from './tools/requestIdleCallback' | ||
export * from './tools/taskQueue' | ||
export * from './tools/timer' | ||
@@ -112,0 +114,0 @@ export { initConsoleObservable, resetConsoleObservable, ConsoleLog } from './domain/console/consoleObservable' |
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
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
1143708
655
20645