That's a good one!
It says that it's coming from with your AppMeasurement's doPlugins function...
My only guess (and this is a wild guess at that) is that somewhere prior to this error, someone inadvertently overwrote _satellite.getVar by assigning something to it that is. indeed, not a function.
A line of code like this would do that :
_satellite.getVar="foo";