Skip to content

Instantly share code, notes, and snippets.

@arunoda
Created August 4, 2015 07:14
Show Gist options
  • Save arunoda/8a3dec21924f08ed83b3 to your computer and use it in GitHub Desktop.
Save arunoda/8a3dec21924f08ed83b3 to your computer and use it in GitHub Desktop.
Kadira._startInstrumenting(function() {
console.log("Instrumented!");
});
Kadira.EventBus.on('pubsub', 'subCompleted', function(trace, session, sub) {
console.log("pubsub:", session.id);
});
Kadira.EventBus.on('method', 'methodCompleted', function(trace, session) {
console.log("method:", session.id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment