git ssb

0+

cel-desktop / ssb-pkg



Tree: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44

Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-79-npm / newrelic / newrelic.js

316 bytesRaw
1'use strict';
2
3var fs = require('fs');
4process.env.NEW_RELIC_APP_NAME = 'pkg-test';
5process.env.NEW_RELIC_NO_CONFIG_FILE = true;
6var Agent = require('newrelic/lib/agent.js');
7Agent.prototype.start = function () {
8 console.log('ok');
9 fs.unlinkSync('newrelic_agent.log');
10 process.exit();
11};
12
13require('newrelic');
14

Built with git-ssb-web