diff --git a/index.js b/index.js index d1151ed..e14b0be 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ var defaultAgentSPA = 'js-agent.newrelic.com/nr-spa-1071.min.js'; module.exports = { name: 'ember-new-relic', - outputPath: '/new-relic.js', + outputPath: 'new-relic.js', newRelicConfig: null, @@ -105,7 +105,7 @@ module.exports = { }, asScriptTag: function(path) { - return ''; + return ''; }, spaTrackingCode: function(newRelicConfig) {