How can we display database query in azure application insights
问题 Our application is using azure application insights. What I read is that, using application insights end to end tracking, we can even get the query which gets executed at database and how much time that query took. But as shown in the screenshot, azure app insights shows me that there are 3 calls made to database but not the actual query that was executed against the database in those calls. What I need to know is that what i need to do inorder to get the query that was executed against the