-
-
Notifications
You must be signed in to change notification settings - Fork 135
Errors in requests with large request bodies are silently dropped #302
Comments
Hmm, interesting, thanks for the report. I wouldn't expect the express request body size to affect how big the error report request ends up being, but maybe there's something being included as part of the context that I'm not realizing. I'll try to reproduce, and I'll think about what raven should do with 413s in general. |
Looking at it now, the large request body might be a red herring - we might just be straight up rate-limited by sentry.io. Anyhow, it would be neat if Raven would log that fact somewhere. |
I just hit this with a stack trace that was longer than normal. Only the one error should have been triggered so I don't think it's rate limiting in my case. |
Agree with this. |
One issue I found was that an error was setting its |
Do you want to request a feature or report a bug?
Bug
Has someone had this problem before?
Might be related to #153 and https://github.com/taskcluster/taskcluster-lib-monitor/issues/55
What is the current behavior?
We use the Express integration, and when a request with a large request comes in and generates an error, Sentry will return HTTP 413, which in turn makes Raven silently drop the error.
What is the expected behavior?
Anything other than silently dropping an error :) The bare minimum would be to log the error to the console, but it would be nice if it retried sending the error to Sentry but maybe with less contextual information, just to get some information sent.
The text was updated successfully, but these errors were encountered: