Skip to content

Commit 1112821

Browse files
committed
prettiery
1 parent 59c9614 commit 1112821

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

packages/browser-sdk/src/bulkQueue.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,13 @@ export class BulkQueue {
297297
consecutiveFailures: this.consecutiveFailures,
298298
};
299299
if (isPageLifecycleAbortError(error)) {
300-
this.logger?.debug("bulk retry scheduled (aborted during page teardown)", {
301-
...logDetails,
302-
error,
303-
});
300+
this.logger?.debug(
301+
"bulk retry scheduled (aborted during page teardown)",
302+
{
303+
...logDetails,
304+
error,
305+
},
306+
);
304307
} else {
305308
this.logger?.info("bulk retry scheduled", logDetails);
306309
}

0 commit comments

Comments
 (0)