dev-master
9999999-dev{Track::js} Magento Extension
MIT
The Development Requires
- phpunit/phpunit *
- ecomdev/ecomdev_phpunit *
1.0.0
1.0.0.0{Track::js} Magento Extension
MIT
The Development Requires
- phpunit/phpunit *
- ecomdev/ecomdev_phpunit *
Wallogit.com
2017 © Pedro PelĂĄez
{Track::js} Magento Extension
{Track::js} is a Javascript errors monitoring service, this Magento extension allows to enable it., (*1)
Install the extension via Composer:, (*3)
{
"require": {
"webgriffe/trackjs-extension": "*"
}
...
"repositories": [
{
"type": "vcs",
"url": "the/url/of/this/repo"
}
],
...
}
Or install with modman:, (*4)
$ modman clone the/url/of/this/repo
As usual clear Magento cache after installation., (*5)
Login into admin panel and go to System -> Configuration -> Advanced -> Developer. Under {Track::js} Javascript Error Monitoring set Enabled to Yes and set your token in the Token field then save the configuration., (*6)
Also you have to edit manually the page/html/head.phtml template file of your theme to have the Trackjs script before every script in the page. To do so put these lines in your head.phtml template:, (*7)
<?php echo $this->getChildHtml('webgriffe_trackjs_script'); ?>
<?php unset($this->_childrenHtmlCache['webgriffe_trackjs_script']); ?>
<?php $this->unsetChild('webgriffe_trackjs_script'); ?>
before every script in your <head> block as stated in Trackjs docs., (*8)
Developed by WebgriffeÂź., (*9)
{Track::js} Magento Extension
MIT
{Track::js} Magento Extension
MIT