BHoM / Dynamo_UI

Tools for Dynamo
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Analytics should log caller type name instead of caller name #257

Closed adecler closed 3 years ago

adecler commented 4 years ago

Description:

Caller.Name gives us the name of the component as it is seen in the UI while Caller.GetType().Name gives us the type of component, which is more relevant in this case.

Steps to reproduce:

Expected behaviour:

Test file(s):

al-fisher commented 3 years ago

This was fixed in https://github.com/BHoM/Dynamo_Toolkit/pull/258