From 494da5f44937e55dc1e3180b62e2e6ef98eecc9f Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 5 Nov 2019 18:47:37 +0100 Subject: feat: include Sentry for error reporting --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 615769d..061509d 100644 --- a/index.php +++ b/index.php @@ -13,6 +13,7 @@ require('./vendor/autoload.php'); $app = new Wcms\Application(); $app->wakeup(); +Sentry\init(['dsn' => Wcms\Config::sentrydsn()]); try { $matchoper = new Wcms\Routes(); -- cgit v1.2.3