(action, properties = {})
| 40 | } |
| 41 | |
| 42 | async trackEvent (action, properties = {}) { |
| 43 | await this.initializationComplete |
| 44 | this.trackEventInternal(action, properties) |
| 45 | } |
| 46 | |
| 47 | trackEventInternal (event, properties) { |
| 48 | if (this.disableAllTracking) { |
nothing calls this directly
no test coverage detected