Skip to content
Extraits de code Groupes Projets
Valider c3d26457 rédigé par okhin's avatar okhin :bicyclist:
Parcourir les fichiers

Resolve "Ajout de sentry"

parent 8e8ae1f9
Branches
Étiquettes
1 requête de fusion!37Mise en production
......@@ -48,7 +48,8 @@ define("DEBUG", getenv('DEBUG'));
define("SENTRY", getenv('SENTRY'));
$error_handler = new Raven_ErrorHandler($client);
$sentry_client = new Raven_Client($SENTRY);
$error_handler = new Raven_ErrorHandler($sentry_client);
$error_handler->registerExceptionHandler();
$error_handler->registerErrorHandler();
$error_handler->registerShutdownFunction();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter