()
| 51 | storeShoebox = () => { |
| 52 | this.shoebox.store(); |
| 53 | }; |
| 54 | |
| 55 | trackPage = () => { |
| 56 | // this is constant for this app and is only used to identify page views in the GA dashboard |
| 57 | const hostname = ENV.APP.domain.replace(/(http|https)?:?\/\//g, ''); |
| 58 | |
| 59 | const page = this.router.currentURL; |
nothing calls this directly
no test coverage detected