@amplitude/session-replay-browser
Advanced tools
Comparing version 1.13.3 to 1.13.4
@@ -9,2 +9,3 @@ import { Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
enabled: boolean; | ||
batch: boolean; | ||
} | ||
@@ -11,0 +12,0 @@ export type SessionReplayRemoteConfig = { |
@@ -121,3 +121,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
return tslib_1.__awaiter(this, void 0, void 0, function () { | ||
var _d, _e, scrollWatcher, managers, rrwebEventManager, interactionEventManager; | ||
var _d, _e, scrollWatcher, managers, rrwebEventManager, payloadBatcher, interactionEventManager; | ||
return tslib_1.__generator(this, function (_f) { | ||
@@ -156,2 +156,3 @@ switch (_f.label) { | ||
if (!((_b = this.config.interactionConfig) === null || _b === void 0 ? void 0 : _b.enabled)) return [3 /*break*/, 5]; | ||
payloadBatcher = this.config.interactionConfig.batch ? click_1.clickBatcher : undefined; | ||
return [4 /*yield*/, (0, events_manager_1.createEventsManager)({ | ||
@@ -163,3 +164,3 @@ config: this.config, | ||
maxInterval: constants_1.INTERACTION_MAX_INTERVAL, | ||
payloadBatcher: click_1.clickBatcher, | ||
payloadBatcher: payloadBatcher, | ||
})]; | ||
@@ -166,0 +167,0 @@ case 4: |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.3"; | ||
export declare const VERSION = "1.13.4"; | ||
//# sourceMappingURL=version.d.ts.map |
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
// Autogenerated by `yarn version-file`. DO NOT EDIT | ||
exports.VERSION = '1.13.3'; | ||
exports.VERSION = '1.13.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -9,2 +9,3 @@ import { Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
enabled: boolean; | ||
batch: boolean; | ||
} | ||
@@ -11,0 +12,0 @@ export type SessionReplayRemoteConfig = { |
@@ -119,3 +119,3 @@ import { __assign, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var _d, _e, scrollWatcher, managers, rrwebEventManager, interactionEventManager; | ||
var _d, _e, scrollWatcher, managers, rrwebEventManager, payloadBatcher, interactionEventManager; | ||
return __generator(this, function (_f) { | ||
@@ -154,2 +154,3 @@ switch (_f.label) { | ||
if (!((_b = this.config.interactionConfig) === null || _b === void 0 ? void 0 : _b.enabled)) return [3 /*break*/, 5]; | ||
payloadBatcher = this.config.interactionConfig.batch ? clickBatcher : undefined; | ||
return [4 /*yield*/, createEventsManager({ | ||
@@ -161,3 +162,3 @@ config: this.config, | ||
maxInterval: INTERACTION_MAX_INTERVAL, | ||
payloadBatcher: clickBatcher, | ||
payloadBatcher: payloadBatcher, | ||
})]; | ||
@@ -164,0 +165,0 @@ case 4: |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.3"; | ||
export declare const VERSION = "1.13.4"; | ||
//# sourceMappingURL=version.d.ts.map |
// Autogenerated by `yarn version-file`. DO NOT EDIT | ||
export var VERSION = '1.13.3'; | ||
export var VERSION = '1.13.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -9,2 +9,3 @@ import { Config, LogLevel, Logger } from '@amplitude/analytics-types'; | ||
enabled: boolean; | ||
batch: boolean; | ||
} | ||
@@ -11,0 +12,0 @@ export type SessionReplayRemoteConfig = { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.13.3"; | ||
export declare const VERSION = "1.13.4"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.13.3", | ||
"version": "1.13.4", | ||
"description": "", | ||
@@ -66,3 +66,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "ddf3e702ae2480d2049900a73b6f062e7c628cdb" | ||
"gitHead": "19bcecdcff9f165b4a75fa0f92e240f8040ca059" | ||
} |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
1037481
7572