bugsnag-js
bugsnag-js copied to clipboard
Batching errors sent to bugsnag
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 is your JS application browser or server side?
Server side!