Hello,
I want to capture one method with argument from System.ServiceModel.Dispatcher.SyncMethodInvoker in .Net, but when I choose that I got a message "For safety reasons you cannot use this entry point name". How I could change that for my own risk in DT SaaS?
Thank you!
You cannot, system methods are permitted from instrumentation. You have to capture method from non system class that is lower or higher in stack.
Sebastian
Hi,
to clarify; this is not a Dynatrace restriction?
Or could other solutions instrument system classes?