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

Capture request body in ASP.NET Core #213

Closed
gregkalapos opened this issue Apr 25, 2019 · 4 comments · Fixed by #402
Closed

Capture request body in ASP.NET Core #213

gregkalapos opened this issue Apr 25, 2019 · 4 comments · Fixed by #402

Comments

@gregkalapos
Copy link
Contributor

gregkalapos commented Apr 25, 2019

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.

@SergeyKleyman
Copy link
Contributor

@gregkalapos Should we open a separate issue for .NET Framework?

@gregkalapos
Copy link
Contributor Author

@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.

@katzdan
Copy link
Contributor

katzdan commented Jul 17, 2019

I'll start working on this and report here.

@gregkalapos
Copy link
Contributor Author

Implemented by @katzdan in #402

@zube zube bot removed the [zube]: Done label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants