aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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();