unloadAgent : function unloadAgent(agent) {
    shimmer.unpatchModule();
    shimmer.unwrapAll();
    shimmer.debug = false;

    if (agent === _agent) _agent = null;
  },
Ejemplo n.º 2
0
 unloadAgent : function unloadAgent(agent) {
   agent.stop();
   shimmer.unpatchModule();
   shimmer.unwrapAll();
 },