Skip to content

Remove deprecated enableExperimentalViewRenderer replay option in v9 #6680

Description

@antonis

Summary

The MobileReplayOptions.enableExperimentalViewRenderer option was deprecated in favor of enableViewRendererV2 in #4815 (2025-05). A compat shim in mobileReplayIntegration copies the old value to enableViewRendererV2 when the new option is unset.

Per the SDK Deprecation Lifecycle Standard, this should be removed in the next major (v9).

Action for v9

In packages/core/src/js/replay/mobilereplay.ts:

  • Remove the enableExperimentalViewRenderer type definition (MobileReplayOptions, ~line 77).
  • Remove it from defaultOptions (~line 253).
  • Remove the compat shim that maps it onto enableViewRendererV2 (~lines 270-271).
  • Update/adjust any related tests.

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions