Where can we see the params dict attached to this function trace decorator ?
Ref: function_trace (Python agent API) | New Relic Documentation
I can’t see them in Transaction traces / Distributed traces
Where can we see the params dict attached to this function trace decorator ?
Ref: function_trace (Python agent API) | New Relic Documentation
I can’t see them in Transaction traces / Distributed traces
Hi, @sarath4: You will need to add code to your application to capture the parameters as custom attributes.
Yeah, I did that, since that wasn’t working. Then, what’s the use of the params in that trace decorator ?
Good question, I don’t know. Perhaps one of our Python experts can provide an explanation.