Skip to content
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

[raven-node] Errors in requests with large request bodies are silently dropped #1375

Closed
HazAT opened this issue Jun 12, 2018 · 1 comment
Closed

Comments

@HazAT
Copy link
Member

HazAT commented Jun 12, 2018

ref: getsentry/raven-node#302

@kamilogorek
Copy link
Contributor

They are not anymore -

} else {
if (res.headers && res.headers['x-sentry-error']) {
const reason = res.headers['x-sentry-error'];
reject(new SentryError(`HTTP Error (${res.statusCode}): ${reason}`));
} else {
reject(new SentryError(`HTTP Error (${res.statusCode})`));
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants