Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jan 11, 2024
1 parent 210fd79 commit b39c5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/replay/src/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,12 @@ Sentry.init({ replaysOnErrorSampleRate: ${errorSampleRate} })`,
getOptions(): ReplayCanvasIntegrationOptions;
};
if (!canvasIntegration) {
console.log('no canvas integration');
return;
}

this._replay!['_canvas'] = canvasIntegration.getOptions();
console.log(this._replay!['_canvas'])
} catch {
// ignore errors here
}
Expand Down

0 comments on commit b39c5fe

Please sign in to comment.