Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
c3d26457
Commit
c3d26457
authored
Oct 08, 2018
by
okhin
🚴
Browse files
Resolve "Ajout de sentry"
parent
8e8ae1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/config.php
View file @
c3d26457
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment