📈 Remove Sentry/GlitchTip

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
2020-08-05 18:47:16 +01:00
parent 75f1dde336
commit de2a498a35
542 changed files with 2 additions and 73837 deletions

View File

@@ -7,13 +7,6 @@ require_once __DIR__ . "/../vendor/autoload.php";
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . "/..");
$dotenv->load();
// GlitchTip
Sentry\init([
'dsn' => 'https://06f1b7e10e04409686f8ddad61f218ec@logs.tainton.uk/2',
'release' => $_ENV['APP_VERSION']
]);
throw new Exception("Test exception");
// Session
session_start();