(duration, category, variable, label)
| 55 | async trackEvent (action, properties = {}) {} |
| 56 | |
| 57 | async trackTiming (duration, category, variable, label) {} |
| 58 | |
| 59 | watchForDisableAllTrackingChanges (store) { |
| 60 | this.disableAllTracking = store.getters['tracker/disableAllTracking'] |
nothing calls this directly
no outgoing calls
no test coverage detected