rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

[Feature Request]: Any way to replay an offline website?

Open dusty-cjh opened this issue 1 year ago • 2 comments

Preflight Checklist

  • [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

What package is this feature request for?

rrweb

Problem Description

BG:
We are an insurance company, and the policy in CN requires us to save every traceback of the user action in our webpage, and at least save it for 10 years.

Problem: some of our projects, like somes 2 years ago, has been shutdown. But since rrweb replays by original web resource, with the shutdown, the traceback doesn't work anymore.

Q: Is there any existing solution to record the FE resources? could you just put a link, or give me a brief guidance?

Since I'm officially an BE, doesn't familiar with FE, I'll try my best to catch on.

Proposed Solution

Didn't find

Alternatives Considered

Record it to video, but which would be expensive.

Additional Information

No response

dusty-cjh avatar Dec 07 '23 17:12 dusty-cjh

maybe use rrvideo to transform into video ?

wincax2023 avatar Dec 29 '23 08:12 wincax2023

I mean, I want to cache the resources that rrweb needs in replay to my local server. So as to replay it without any external request. I already saw several solutions, one of them is set http proxy for playwright. I tried a lot of time, but never config the browser proxy successfully.Here is the doc that I refer:Networkplaywright.devSent from my iPhoneOn Dec 29, 2023, at 16:07, Huang Shaoru @.***> wrote: maybe use rrvideo to transform into video ?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

dusty-cjh avatar Dec 29 '23 09:12 dusty-cjh