-
Notifications
You must be signed in to change notification settings - Fork 206
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
Capture request body in ASP.NET Core #213
Labels
Comments
@gregkalapos Should we open a separate issue for .NET Framework? |
Yeah, we can do that. I don't see it super important at this point though. |
I'll start working on this and report here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trigger by this comment.
In #134 we added the
Request.Body
field, but that is only utilized by API tests, so the only way to use it is to manually set the request body.Other agents have a setting for this. E.g. see here.
We should add this config setting and extend our ASP.NET Core instrumentation to behave accordingly.
The text was updated successfully, but these errors were encountered: