Skip to content

Commit 76b2ac2

Browse files
committed
commit
1 parent 50a969b commit 76b2ac2

File tree

1 file changed

+2
-1
lines changed
  • packages/browser/src/core/buffer

1 file changed

+2
-1
lines changed

packages/browser/src/core/buffer/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,10 @@ export class AnalyticsBuffered
278278
this.instance = ajs
279279
this.ctx = ctx
280280
})
281-
.catch(() => {
281+
.catch((e) => {
282282
// intentionally do nothing...
283283
// this result of this promise will be caught by the 'catch' block on this class.
284+
console.log('error', e)
284285
})
285286
}
286287

0 commit comments

Comments
 (0)