c# - Log Stored procedure parameters in new relic trace -


We have new residue logging inplex, and I can see our stored procedure call, but I actually include parameter values Would like to do the trace details inside.

Is there an easy way to do this? (App is an asp.net web app)

Errors and transaction trace parameters can include parameters , Yes. You must use the .NET API. Instructions for implementing the API can be found here:

One of the two ways is used for this:

AddCustomParameter (System.String, System. AddCustomParameter (System.String, System.String) for String Values ​​

For more information about numerical values, more information is included in the page by clicking on the right-hand down arrow of each method .


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -