array( "$root_dir_path/config.local.yml", ), 'templates' => array( 'static_directories' => array( "$root_dir_path/static" ), ), ), $root_dir_path ); $sentry_span = new SentrySpan('core.init', 'Core initialization'); // Put here your own initialization stuff require 'views/index.php'; $sentry_span->finish(); # vim: tabstop=2 shiftwidth=2 softtabstop=2 expandtab