(name: string, properties?: TrackProperties)
| 294 | } |
| 295 | |
| 296 | track(name: string, properties?: TrackProperties) { |
| 297 | return super.track(name, { ...properties, __path: this.lastPath }); |
| 298 | } |
| 299 | |
| 300 | screenView(properties?: TrackProperties): void; |
| 301 | screenView(path: string, properties?: TrackProperties): void; |
no outgoing calls
no test coverage detected