rollbar / rollbar.js

Error tracking and logging from Javascript to Rollbar
https://docs.rollbar.com/docs/javascript
MIT License
571 stars 213 forks source link

Rollbar.prototype.wait() for browser envrironment #1138

Open mstssk opened 6 months ago

mstssk commented 6 months ago

Rollbar.prototype.wait() is missing in browser implementation.

It would seem that the same implementation should be done on the server side. https://github.com/rollbar/rollbar.js/blob/31db2003fe56f23fd75c97a1acc6c0eff8827994/src/server/rollbar.js#L295-L305

Unless there is some special reason, I will create a PR.