Magento extension Raygun by Springtimesoft

MageCloud partnered with Springtimesoft to offer Raygun in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

Springtimesoft always provides support for customers who have installed Raygun Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other Springtimesoft Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

This is the official provider for the Raygun.io error reporting and tracking service.

Compatible with Magento 1.x

Raygun

This is the official provider for the Raygun error reporting and tracking service built by Springtimesoft, allowing you to automatically send errors and exceptions to Raygun from your Magento site.

Features

  • Simple Magento admin section to configure the extension and set up your API key
  • Ability to toggle asynchronous error sending
  • Adds Magento version and user details for easier debugging
  • Supports Magento 1.7 & later
  • Uses Raygun4PHP

Set up

Instructions for Magento Connect:

Copy the extension key into the Magento Connect installer and hit the install button.

Instructions for Composer:

Add or update your composer.json in the root of your Magento install:
{
 "name": "yourcompany/your-magento-project",
 "repositories": [
  {
   "type": "vcs",
   "url": "https://github.com/springtimesoft/springtimesoft_raygun"
  }
 ],
 "require": {
  "magento-hackathon/magento-composer-installer": "*",
  "springtimesoft/springtimesoft_raygun": "*"
 },
 "extra":{
  "magento-root-dir": "./",
  "magento-force": true
 }
}

Then run composer update followed by composer install.

See https://github.com/magento-hackathon/magento-composer-installer for more information.

Instructions for Modman:

From the Modman wiki:
$ modman init
$ modman clone https://github.com/springtimesoft/