Skip to content

springtimesoft/springtimesoft_raygun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/springtimesoft_raygun.git
Instructions for manual install
  1. Get a .zip file of the extension contents.
  2. Extract the .zip file in the root of your Magento install.

Configuration

Clear the Magento Cache by navigating to System > Cache Management and refreshing Configuration and Layouts.

Next log out and then back in, this is to prevent a 404 error from occurring when accessing the configuration page.

Now navigate to System > Configuration > Springtimesoft > Raygun and enter your Raygun API key. Adjust other options as necessary.

Raygun.io

Raygun detects and diagnoses your software errors in real-time, so your team can fix bugs faster. With an intuitive and powerful web interface, Raygun enables you to view error trends, receive real time updates via email alerts and much more. A 30-day free trial of Raygun is available. This extension allows you to send PHP errors and exceptions generated by your Magento site to Raygun. It is quickly and easily configured using the settings page available from your admin panel.

Support

Please use the Q&A section on Magento Connect, or the GitHub issue tracker for any questions.

For more information about this extension, please visit the Raygun website.

Roadmap

  1. Implement JavaScript error tracking as well
  2. Add a button to the configuration page for throwing a test exception
  3. Add more advanced options for tagging

About

Official Raygun extension for Magento

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages