@amplitude/session-replay-browser
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -49,2 +49,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
tryable.forEach(function (context) { | ||
// Prevent duplicates from being added to the queue | ||
if (_this.queue.findIndex(function (qContext) { return qContext.sequenceId === context.sequenceId; }) !== -1) { | ||
return; | ||
} | ||
_this.queue = _this.queue.concat(context); | ||
@@ -51,0 +55,0 @@ if (context.timeout === 0) { |
@@ -47,2 +47,6 @@ import { __assign, __awaiter, __generator } from "tslib"; | ||
tryable.forEach(function (context) { | ||
// Prevent duplicates from being added to the queue | ||
if (_this.queue.findIndex(function (qContext) { return qContext.sequenceId === context.sequenceId; }) !== -1) { | ||
return; | ||
} | ||
_this.queue = _this.queue.concat(context); | ||
@@ -49,0 +53,0 @@ if (context.timeout === 0) { |
{ | ||
"name": "@amplitude/session-replay-browser", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "", | ||
@@ -60,3 +60,3 @@ "author": "Amplitude Inc", | ||
], | ||
"gitHead": "aed98e453a25c8223b47e185ec8ef27074ffb9f2" | ||
"gitHead": "82c4a8997e5744073cd43e35203769fb8fa83fa5" | ||
} |
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
574713
3441