Replaced Kadira by meteor-apm-agent

This commit is contained in:
Gavin Lilly 2019-02-11 16:43:52 +00:00
parent 8996df5c09
commit 905c45f225
3 changed files with 6 additions and 11 deletions

View file

@ -1,5 +0,0 @@
Meteor.startup(() => {
const appId = process.env.KADIRA_APP_ID;
const appSecret = process.env.KADIRA_APP_SECRET;
Kadira.connect(appId, appSecret);
});