2017 © Pedro PelĂĄez
 

magento-module trackjs-extension

{Track::js} Magento Extension

image

webgriffe/trackjs-extension

{Track::js} Magento Extension

  • Wednesday, December 16, 2015
  • by mmenozzi
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

{Track::js} Magento Extension

{Track::js} is a Javascript errors monitoring service, this Magento extension allows to enable it., (*1)

Build Status, (*2)

Installation

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)

Usage

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)

Credits

Developed by WebgriffeÂź., (*9)

The Versions

16/12 2015

dev-master

9999999-dev

{Track::js} Magento Extension

  Sources   Download

MIT

The Development Requires

16/12 2015

1.0.0

1.0.0.0

{Track::js} Magento Extension

  Sources   Download

MIT

The Development Requires