Meteor.startup(function () { logEvent({ name: "firstRun", unique: true, // will only get logged a single time important: true }) });