(action, properties = {})
| 181 | } |
| 182 | |
| 183 | async trackEvent (action, properties = {}) { |
| 184 | await this.initializationComplete |
| 185 | |
| 186 | if (!this.enabled) { |
| 187 | return |
| 188 | } |
| 189 | |
| 190 | FS.event(action, properties) |
| 191 | } |
| 192 | |
| 193 | async resetIdentity () { |
| 194 | await this.initializationComplete |
no outgoing calls
no test coverage detected