getsentry / getsentry/sentry-javascript
Ability to add response body to httpClientIntegration
Open
Improvement
Node.js
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
### Problem Statement
It would be very useful to have the response body for errors, because it mostly gives more explanation what caused an error.
### Solution Brainstorm
Add two extra options to `httpClientIntegration`:
- addRequestBody
- addResponseBody
Contributor guide
Assessment
This issue has not been assessed yet.