hello
I am quite new to new relic, so far I like what I see, but is it possible to also capture the API request too when tracing I see the URL but would like to see the request too as it contains info I need
e.g. our api gets requests like
{
“PlayerID”:“1231231”,
“Email”:“1231231@fff”,
“Name”:“Jack”,
“Surname”:“Brown”,
“CountryCode”:“US”
}
would be good to capture that too
we use azure web services and .net framework