-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to upload many source maps #68
Comments
Have you resolved this? We are experiencing the same intermittent issue. |
Rollbar occasionally has downtime. We've experiences this a few times and had to resort to setting I'm creating a new issue to add retries: #73 |
Also, consider rate limiting. If you deploy the same code to 2 servers, both will spam rollbar with the same maps. I contacted rollbar support and they pointed out that the rate limits were configurable, eg https://help.rollbar.com/en/articles/2465466-are-deploys-rate-limited |
@jakeNiemiec the only http requests this plugin makes is for uploading the sourcemaps to rollbar during the build. I don't think rate limiting is needed since there's only 1 request per sourcemap per build. I believe that article is referring to rate limiting for the requests made be the application to rollbar at runtime for creating rollbar item occurences (rollbar.warning, rollbar.error, etc). |
@jakeNiemiec I re-read and now agree that rate limiting could possibly affect this plugin's ability to upload sourcemaps. It's not likely the plugin would be the cause of hitting a rate limit but if you application is reporting lots of errors, your account could get rate limited and this could block your builds. So I think this projects documentation should suggest creating a separate |
This is the screen I was referring to (Settings > Setup > Project Access Tokens):
I can confirm that @brandondoran Additionally, the plugin might be getting a 429, but is not setup to handle it or make use of the |
I'm having this error when trying to build our project.
We have one shared bundle and many bundles for each page.
Other bundles are uploaded and I can see them at Rollbar -> Settings -> Source Maps but randomly one of the files can't be uploaded.
Settings are
The text was updated successfully, but these errors were encountered: