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
- Host: GitHub
- URL: https://github.com/macopedia/sentrymagento
- Owner: macopedia
- Created: 2018-03-30T11:06:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T01:37:09.000Z (over 6 years ago)
- Last Synced: 2025-12-31T06:54:09.434Z (6 months ago)
- Language: PHP
- Size: 181 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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) 
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 :)