Merge branch 'main' into feature/issue-6
This commit is contained in:
@@ -7,6 +7,13 @@ require_once __DIR__ . "/../vendor/autoload.php";
|
|||||||
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . "/..");
|
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . "/..");
|
||||||
$dotenv->load();
|
$dotenv->load();
|
||||||
|
|
||||||
|
// GlitchTip
|
||||||
|
Sentry\init([
|
||||||
|
'dsn' => 'https://06f1b7e10e04409686f8ddad61f218ec@logs.tainton.uk/2',
|
||||||
|
'release' => $_ENV['APP_VERSION']
|
||||||
|
]);
|
||||||
|
throw new Exception("Test exception");
|
||||||
|
|
||||||
// Session
|
// Session
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user