An open API service indexing awesome lists of open source software.

https://github.com/macopedia/sentrymagento

Magento 1.9 module for Sentry JavaScript errors tracking
https://github.com/macopedia/sentrymagento

Last synced: about 2 months ago
JSON representation

Magento 1.9 module for Sentry JavaScript errors tracking

Awesome Lists containing this project

README

          

# SentryMagento
Magento 1.9 module for Sentry JavaScript errors tracking

# Installation
1. Create Sentry account: https://sentry.io/signup/
2. Go to documentation: https://docs.sentry.io/clients/javascript/install/
3. Copy you application URL (placed in Raven.config) ![alt text](https://raw.githubusercontent.com/macopedia/SentryMagento/master/readme/images/sentry-config.png)
4. Install module
5. Paste your application URL in Magento settings
6. Set your "Environment type" in Magento settings
7. Enable module in Magento settings
8. Clean Magento cache
9. Try to produce error in JavaScript and check your project in Sentry account :)