Connect Magento with Raygun and never let another error go unnoticed again. Monitor your full tech stack across both desktop and mobile, with all the information you need to take action.
- PHP Crash Reporting
- Real User Monitoring ( + Pulse )
- Customer Session tracking
- Disable Raygun for certain domains such as
.local
or.dev
- Debugging
- Simply go to
Stores > Configuration > Magenizr > Raygun
. - Paste your Raygun API key
- Enable
PHP Crash Reporting
orReal User Monitoring
- Clear cache
- The next PHP exception or error in the frontend will get pushed to Raygun immediately
- Magento 2.4.x
- PHP 7.x, 8.x
- Update your composer.json
composer require "magenizr/magento2-raygun":"^1.1.2" --no-update
- Use
composer update magenizr/magento2-raygun --no-install
to update your composer.lock file.
Updating dependencies
Lock file operations: 1 install, 1 update, 0 removals
- Locking magenizr/magento2-raygun (1.1.2)
- And then
composer install
to install the package.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 update, 0 removals
- Installing magenizr/magento2-raygun (1.1.2): Extracting archive
- Enable the module
php bin/magento module:enable Magenizr_Raygun
If you experience any issues, don't hesitate to open an issue on Github.
This module is available for free on GitHub.