(name, parameters)
| 1 | export default { |
| 2 | trackEvent(name, parameters) { |
| 3 | if (window.gtag && typeof window.gtag === 'function') { |
| 4 | window.gtag('event', name, parameters); |
| 5 | } |
| 6 | }, |
| 7 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected