-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Koa request body is not captured for events #13722
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @maximedupre, thanks for writing in. Are you using From my testing, even with the body parser the request passed to the integration doesn't contain the body already 🤔. |
Hi @andreiborza, I'm actually using I don't have time to create a repro right now, but when I do I'll be sure to post it here. Thanks |
@maximedupre thanks, don't bother with the reproduction we identified the issue. Thanks again for reporting this. |
A PR closing this issue has just been released 🚀This issue was referenced by PR #13746, which was included in the 8.39.0 release. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
@sentry/node ^8.5.0
Framework Version
koa ^2.15.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
This is my config:
Steps to Reproduce
The
RequestData
integration is a default integration and according to the doc, the request data should be included by default, however, it is not.The issue page shows the curl request without the request data:
Expected Result
The issue page shows the request body
Actual Result
The issue page doesn't show the request body
The text was updated successfully, but these errors were encountered: