Skip to content

Instantly share code, notes, and snippets.

View beelbrecht's full-sized avatar

Benjamin van Nahmen beelbrecht

  • neusta analytics & insights GmbH
  • Essen, Germany
View GitHub Profile
@bwaidelich
bwaidelich / SentryExceptionHandler.php
Created April 30, 2014 08:00
Using Sentry for tracking errors in TYPO3 Flow
<?php
namespace Your\Package\Error;
/* *
* This script belongs to the TYPO3 Flow package "Your.Package". *
* *
* */
use TYPO3\Flow\Error\ProductionExceptionHandler;