Skip to content

Rename ReplayManager to Replay#1373

Merged
matux merged 1 commit into
masterfrom
matux/rename-replay-manager
Oct 14, 2025
Merged

Rename ReplayManager to Replay#1373
matux merged 1 commit into
masterfrom
matux/rename-replay-manager

Conversation

@matux

@matux matux commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

Description of the change

Renames ReplayManager to Replay to align with component naming convention and shorten the class name.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Maintenance
  • New release

@matux matux requested review from Copilot and waltjones October 14, 2025 12:05
@matux matux self-assigned this Oct 14, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the ReplayManager class to Replay to align with component naming conventions and create a more concise class name. The change is purely a refactoring effort that improves code consistency.

Key Changes:

  • Renamed ReplayManager class to Replay throughout the codebase
  • Updated all variable names from replayManager to replay
  • Updated documentation and comments to reflect the new name

Reviewed Changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/browser/replay/replay.js Renamed class from ReplayManager to Replay, updated error messages and JSDoc comments
src/browser/core.js Updated component references from replayManager to replay
src/rollbar.js Updated parameter name from replayManager to replay
src/queue.js Updated property and parameter names from replayManager to replay
src/browser/rollbar.js Updated import and component registration from ReplayManager to Replay
src/browser/replay/scheduledStreamCapture.js Updated comment reference from ReplayManager to Replay
CLAUDE.md Updated documentation references from ReplayManager to Replay
test/replay/unit/replayPredicates.test.js Updated test suite name from ReplayManager to Replay
test/replay/unit/replay.test.js Updated test suite, variable names, and mock class from ReplayManager/replayManager to Replay/replay
test/replay/unit/queue.replay.test.js Updated test suite, variable names, and mock class references
test/replay/integration/* Updated all integration test files with new class and variable names

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@matux matux force-pushed the matux/rename-replay-manager branch from 282e7be to 47cf78e Compare October 14, 2025 12:23
@matux matux merged commit d1d8237 into master Oct 14, 2025
6 checks passed
@matux matux deleted the matux/rename-replay-manager branch October 14, 2025 12:32
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.

3 participants