fix analytics code
This commit is contained in:
parent
ed6c1101bc
commit
e71a51ae65
|
@ -15,7 +15,7 @@ class AnalyticsClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
capture(event) {
|
capture(event) {
|
||||||
if (this.manager.config.analyticsDisabled) return
|
if (this.configManager.config.analyticsDisabled) return
|
||||||
|
|
||||||
this.client.capture(event)
|
this.client.capture(event)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue