Create new tickets #12

Merged
luketainton merged 34 commits from feature/issue-6 into main 2020-08-05 17:50:52 +00:00
Showing only changes of commit bbba704df3 - Show all commits

View File

@@ -7,6 +7,13 @@ 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();