Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Oct 7, 2024
1 parent 5dd746b commit 0d75613
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ function handleErrorEvent(replay: ReplayContainer, event: ErrorEvent): void {
setTimeout(async () => {
try {
// Capture current event buffer as new replay
// This should never reject
// eslint-disable-next-line @typescript-eslint/no-floating-promises
await replay.sendBufferedReplayOrFlush();
} catch (err) {
replay.handleException(err);
Expand Down

0 comments on commit 0d75613

Please sign in to comment.