ember-metrics
Advanced tools
Comparing version 0.5.0 to 0.5.1
import config from '../config/environment'; | ||
export function initialize(_container, application ) { | ||
export function initialize() { | ||
const application = arguments[1] || arguments[0]; | ||
const { metricsAdapters = {} } = config; | ||
@@ -5,0 +6,0 @@ const { environment = 'development' } = config; |
{ | ||
"name": "ember-metrics", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Send data to multiple analytics integrations without re-implementing new API", | ||
@@ -5,0 +5,0 @@ "directories": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33818
642