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