MaxRequestBodySize=Always is truncating request payload #1481
Answered
by
raghavendralr
raghavendralr
asked this question in
Q&A
-
Hi, I am a newbie to Sentry. I integrated Sentry to my AspNet Core application using .Net 5. I would like to capture the complete request payload/body when an error occurs and I have my configuration set to MaxRequestBodySize = "Always" for this reason.
|
Beta Was this translation helpful? Give feedback.
Answered by
raghavendralr
Mar 11, 2022
Replies: 1 comment
-
Found this on the Sentry Forum https://forum.sentry.io/t/request-body-getting-truncated/7383/3 Suggested solution: getsentry/sentry#13585 Solution may vary based on the version of sentry you use. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
raghavendralr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this on the Sentry Forum
https://forum.sentry.io/t/request-body-getting-truncated/7383/3
Suggested solution: getsentry/sentry#13585
Solution may vary based on the version of sentry you use.