The parameters in slow SQL queries can be tracked and displayed under the traces tab.
We have the option to obfuscate the values of SQL query parameters using a configuration "Obfuscate SQL Parameters". It will be enabled by default. The screenshot below shows the configuration for parameterizing the SQL queries.
Please find the below screenshots for inline SQL queries:
When the option is enabled, the parameter values will be obfuscated as given below:
> SQL inline query with obfuscated parameter values
When the option is disabled, the parameter values will not be obfuscated as given below:
> SQL inline query without obfuscating the parameter values