David Newell

Results 79 comments of David Newell

I didn't realise we had an issue tracking our frontend improvements. I've been doing a lot in the background to get React 18 over the line: - [x] Upgrade Weback...

Also big props to @mariusandra for the massive help upgrading Storybook to v7 in https://github.com/PostHog/posthog/pull/17078 which was required by React 18

Following up on this as it might be useful context from the replay point of view: - I strongly think that the concept of saved filters we have in Replay...

Might be helped by https://github.com/rrweb-io/rrweb/pull/1458

I don't think because we haven't applied any fixes to rrweb on the SDK since upgrading to `alpha.13` I'm not sure I've seen that particular error before. It seems similar...

Thanks for the context! It looks like the open-source package we use to capture DOM mutations isn't catching a specific error thrown by `createImageBitmap`. I'm going to work with them...

Update: We're made as much progress on CSS as possible. Our last remaining known issues are around shorthand variables not being correctly parsed during capture - https://github.com/rrweb-io/rrweb/pull/1322. I think the...

Fwiw, I've debugged the exact same issue this week where a site had overridden the `Array.from` implementation. Would love to see protection against this but also have no problem telling...

Congrats on getting this over the line!! Another big step towards v2 👏 🥳

Something isn't right here because I'm getting the same values when running `yarn build:dev && ls -al packages/rrweb/dist/*.js packages/rrweb/dist/record/*.js packages/rrweb/dist/replay/*.js` on both branches. ~Possibly need to fix the import errors...