- Tracy >=2.4
- PHP >=7.1
composer require vrtak-cz/newrelic-tracy
$logLevel = [ // default (NULL means default)
\Tracy\Logger::CRITICAL,
\Tracy\Logger::EXCEPTION,
\Tracy\Logger::ERROR,
];
$appName = 'PHP Application'; // default (NULL means default)
$license = 'your_licence_key';
\VrtakCZ\NewRelic\Tracy\Bootstrap::init($logLevel, $appName, $license); // all parameters are optional
NewRelic Tracy is licensed under the MIT License - see the LICENSE file for details