13 Feb 2020 12:25 PM
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!
13 Feb 2020 06:08 PM
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
14 Oct 2020 09:33 AM
Hi,
to clarify; this is not a Dynatrace restriction?
Or could other solutions instrument system classes?