UNPKG
@jasonmit/ember-new-relic
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
Adds New Relic to your Ember CLI app based on the app's environment
@jasonmit/ember-new-relic
/
config
/
environment.js
6 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
function
(
/* environment, appConfig */
) {
return
{}; };