Skip to content

Commit b39c5fe

Browse files
committed
more debugging
1 parent 210fd79 commit b39c5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/replay/src/integration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,12 @@ Sentry.init({ replaysOnErrorSampleRate: ${errorSampleRate} })`,
365365
getOptions(): ReplayCanvasIntegrationOptions;
366366
};
367367
if (!canvasIntegration) {
368+
console.log('no canvas integration');
368369
return;
369370
}
370371

371372
this._replay!['_canvas'] = canvasIntegration.getOptions();
373+
console.log(this._replay!['_canvas'])
372374
} catch {
373375
// ignore errors here
374376
}

0 commit comments

Comments
 (0)