When looking at our pure paths it appears that anytime we start up a Task, the pure path does not trace through these code executions. Is there support for Tasks in the .Net Thread Sensors. We start the majority of our tasks via the System.Threading.Tasks.Task.Factory.StartNew function.
Thanks!
Answer by Christian S. ·
hi Scott,
yes, dynaTrace supports .NET Tasks. as long as you have the ".NET Thread Tagging" Sensor placed, you should see the PurePath follow these Task executions.
I just double-checked that System.Threading.Tasks.Task.Factory.StartNew() also calls the method that this sensor relies on, so this should work out-of-the-box.
if you experience problems with this, you should at first check if this sensor is enabled.
best, Christian
JANUARY 15, 3:00 PM GMT / 10:00 AM ET