Matias Pequeno

Results 13 issues of Matias Pequeno

This is the behavior I'm experiencing right now with a similar set up as: ```ts const eventsMatrix = [[]]; rrweb.record({ emit(event, isCheckout) { // isCheckout is a flag to tell...

## Description of the change - Added comprehensive `Replay` (`rollbar/replay`) examples demonstrating both modern and legacy integration patterns. - Modernizes the webpack and React examples to use current tooling (Webpack...

## Description of the change `checkoutEveryNms` defaults to `10` when `maxSeconds` is `0`, inconsistent with rrweb’s expected behavior: ##### https://github.com/rrweb-io/rrweb/blob/76df9799ecc14930fa914e5623a73ea7726e3747/packages/rrweb/src/record/index.ts#L247-L252 ```ts wrappedEmit = (r: eventWithoutTime, isCheckout?: boolean) => { ......