Skip to content

使用recorder时出现错误“$.end is not a function” #2

Description

@lanjunmm
  1. 我在使用时出现了“$.end is not a function”的错误,我使用的是npm + webpack
  2. 能提示一下具体使用方法吗?具体如何记录和回放
  3. 使用这个工具时只要将start()和end()方法添加到被记录页面就可以了是吗(我将这两个方法放在onload事件中调用的)
  4. 那你主页上放的记录Google Play的页面是咋做的呢?可以记录任意页面是吗
    -------------------------------------分割线---------------------------------------------------------------------
    感谢作者!!分享一下答案2333
    1.end方法其实是stop
    2.Recorder记录DOM快照以及用户操作的信息,并且会在 window.SessionRecorder.trail 这个变量中;录制回放是通过 session-player 完成的

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions