File "autoload.php"

Full Path: /var/www/drive/sentry/sentry/scripts/autoload.php
File size: 307 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

if (extension_loaded('excimer')) {
    return;
}

require_once __DIR__ . '/ExcimerLog.stub';
require_once __DIR__ . '/ExcimerLogEntry.stub';
require_once __DIR__ . '/ExcimerProfiler.stub';
require_once __DIR__ . '/ExcimerTimer.stub';
require_once __DIR__ . '/globals.stub';