We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d2168 commit 9ce7947Copy full SHA for 9ce7947
src/browser/replay/recorder.js
@@ -132,7 +132,7 @@ export default class Recorder {
132
133
this._stopFn = this._recordFn({
134
emit: (event, isCheckout) => {
135
- if (!this._ready && event.type === EventType.FullSnapshot) {
+ if (!this._isReady && event.type === EventType.FullSnapshot) {
136
this._isReady = true;
137
}
138
if (this.options.debug?.logEmits) {
0 commit comments