Skip to content

Fix a replayer bug with getCurrentTime() in liveMode - #1864

Merged
Juice10 merged 2 commits into
rrweb-io:masterfrom
eoghanmurray:live-timer-carryon
Jun 5, 2026
Merged

Fix a replayer bug with getCurrentTime() in liveMode#1864
Juice10 merged 2 commits into
rrweb-io:masterfrom
eoghanmurray:live-timer-carryon

Conversation

@eoghanmurray

@eoghanmurray eoghanmurray commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Fix a replayer regression bug after #1098 where getCurrentTime() gets 'stuck' in live mode after last event has been played

Fixes #1492

…me()` gets 'stuck' in live mode after last event has been played
@changeset-bot

changeset-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 88244c3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 20 packages
Name Type
rrweb Patch
@rrweb/replay Patch
rrweb-snapshot Patch
rrdom Patch
rrdom-nodejs Patch
rrweb-player Patch
@rrweb/all Patch
@rrweb/record Patch
@rrweb/types Patch
@rrweb/packer Patch
@rrweb/utils Patch
@rrweb/browser-client Patch
@rrweb/web-extension Patch
rrvideo Patch
@rrweb/rrweb-plugin-console-record Patch
@rrweb/rrweb-plugin-console-replay Patch
@rrweb/rrweb-plugin-sequential-id-record Patch
@rrweb/rrweb-plugin-sequential-id-replay Patch
@rrweb/rrweb-plugin-canvas-webrtc-record Patch
@rrweb/rrweb-plugin-canvas-webrtc-replay Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Changes

Size change: +1.66 kB (+0.02%) | Total size: 9714.25 kB

all - 1974.24 kB -> 1974.79 kB (+566 B (+0.03%))
File Base PR Diff
all.cjs 567.48 kB 567.63 kB +156 B (+0.03%)
all.js 567.15 kB 567.30 kB +156 B (+0.03%)
all.umd.cjs 570.69 kB 570.84 kB +156 B (+0.03%)
all.umd.min.cjs 268.93 kB 269.03 kB +98 B (+0.04%)
replay - 1406.55 kB -> 1407.10 kB (+566 B (+0.04%))
File Base PR Diff
replay.cjs 403.69 kB 403.84 kB +156 B (+0.04%)
replay.js 403.59 kB 403.75 kB +156 B (+0.04%)
replay.umd.cjs 406.67 kB 406.82 kB +156 B (+0.04%)
replay.umd.min.cjs 192.61 kB 192.70 kB +98 B (+0.05%)
rrweb - 1912.42 kB -> 1912.97 kB (+566 B (+0.03%))
File Base PR Diff
rrweb.cjs 550.64 kB 550.79 kB +156 B (+0.03%)
rrweb.js 550.34 kB 550.49 kB +156 B (+0.03%)
rrweb.umd.cjs 551.86 kB 552.01 kB +156 B (+0.03%)
rrweb.umd.min.cjs 259.59 kB 259.68 kB +98 B (+0.04%)

@Juice10
Juice10 merged commit 7f0f75f into rrweb-io:master Jun 5, 2026
6 checks passed
@github-actions github-actions Bot mentioned this pull request Jun 5, 2026
@github-actions github-actions Bot mentioned this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: progress bar not updating when adding event asynchronously using addEvent

2 participants