Hi,
We have a WPF application, and it uses entity framework to get the data from database. Configured .Net agent for this applicaiton and eabled ADO.Net and other sensors, but I don't see any traffic/purepath information for database calls.
am I missing anything in the configuration to capture the entity framework calls or do I need to install any specific sensor packs? please advise.
Thanks
Ram
Answer by Andreas G. ·
Do you actually get PurePaths? For WPF I would expect you get PurePaths for User Interactions such as clicking a button. This is true when you enable the WPF Sensor Pack and set it to "active and start purepath" in the Sensor Configuration of your Agent Group.
DB Statements will only be captured in the context of a PurePath - so - first you need to make sure that you have a PurePath. In case your WPF App executes these statements in a background batch thread you may need to define a custom entry point that starts a new PurePath for that background activity
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET