aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 20a424c..1c197f6 100644
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@ $app = new Wcms\Application();
$app->wakeup();
Sentry\init([
'dsn' => Wcms\Config::sentrydsn(),
- 'release' => 'w_cms_v' . getversion(),
+ 'release' => getversion(),
'project_root' => 'app',
]);
Sentry\configureScope(function (Sentry\State\Scope $scope): void {