diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |