We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f48751 commit de5607dCopy full SHA for de5607d
packages/replay/src/replay.ts
@@ -562,7 +562,7 @@ export class ReplayContainer implements ReplayContainerInterface {
562
useCompression: this._options.useCompression,
563
});
564
565
- // TODO: we should probably remove listeners before adding listeners
+ this._removeListeners();
566
this._addListeners();
567
568
// Need to set as enabled before we start recording, as `record()` can trigger a flush with a new checkout
0 commit comments