cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

For safety reasons you cannot use this entry point name

nikolay_s
Visitor

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!

2 REPLIES 2

skrystosik
DynaMight Guru
DynaMight Guru

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

Regards, Sebastian

clas_holst2
Participant

Hi,


to clarify; this is not a Dynatrace restriction?

Or could other solutions instrument system classes?

Featured Posts