Raygun.io

Component ID

2132013

Component name

Raygun.io

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

3037

Component created

Component changed

Component body

Allows all errors and exceptions to be sent to Raygun.io so they are tracked on their dashboard. For the full feature list see the feature list page on raygun.io.

Module features

  • Simple one stop configuration screen
  • No coding required
  • Can take over the PHP error and exception handler to catch all errors
  • hook_requirements() integration to ensure you have downloaded the Raygun4Php library

Module requirements

  • You have an API key for your application at Raygun.io
  • PHP 5.3+
  • You have downloaded the raygun4php library to your sites/all/libraries directory under a sub folder raygun.

    The directory should look like:

    sites/all/libraries
    -- raygun
    ---- RaygunClient.php
    ---- RaygunEnvironmentMessage.php
    ...