Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Nodge/drupal-raven-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raven-php for Drupal

Raven-php is a PHP client for Sentry. This module allows for integration of Raven-php client into Drupal.

Sentry is a realtime event logging and aggregation platform. It specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.

Features

This module logs errors in a few ways:

  • Register error handler for uncaught exceptions
  • Register error handler for php errors
  • Register error handler for fatal errors
  • Handle watchdog messages

You can choose which errors you want to catch by enabling desired error handlers and select error levels.

Installation for Drupal 7

Download and install the Libraries API 2 module and the Raven-php module as normal. Then download the Raven-php client library.

Unpack and rename the library directory to "raven" and place it inside the sites/all/libraries directory. Make sure the path to the library files becomes like this: sites/all/libraries/raven/lib/Raven/Client.php.

Dependencies

Information for developers

You can attach an extra information to error reports (logged in user details, modules versions, etc). See raven.api.php for examples.

Sponsors

This project was sponsored by Seenta.

About

Drupal module for Raven-php error logging library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages