rollbar-sourcemap-webpack-plugin
rollbar-sourcemap-webpack-plugin copied to clipboard
Add retries for http requests
In case of failed http requests we should. This should be configurable:
- disable/enabled
- number of retries
- delay between retries
Potentially an exponential backoff but shouldn't make this too complicated.