bugsnag-js icon indicating copy to clipboard operation
bugsnag-js copied to clipboard

Batching errors sent to bugsnag

Open takaaki7 opened this issue 5 years ago • 2 comments

Description

Batching errors sent to bugsnag to enhance performance. Currently, every .notify() call sends a request to the bugsnag server as far as I researched.

A same issue was created for earlier version. https://github.com/bugsnag/bugsnag-node/issues/117

takaaki7 avatar Oct 13 '20 07:10 takaaki7

@takaaki7 is your JS application browser or server side?

xljones avatar Oct 13 '20 16:10 xljones

Server side!

takaaki7 avatar Oct 14 '20 02:10 takaaki7