Skip to content

Commit a557e34

Browse files
committed
Remove ember-metrics dependency
1 parent 938f2be commit a557e34

File tree

3 files changed

+8
-710
lines changed

3 files changed

+8
-710
lines changed

config/environment.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ module.exports = function(environment) {
2424
// Here you can pass flags/options to your application instance
2525
// when it is created
2626
},
27-
metricsAdapters: [{
28-
name: 'GoogleAnalytics',
29-
environments: ['production'],
30-
config: {
31-
id: 'UA-58390457-3'
32-
}
33-
}]
3427
};
3528

3629
if (environment === 'development') {

0 commit comments

Comments
 (0)