vrtak-cz / newrelic-tracy
v8.0.0
2019-05-26 20:09 UTC
Requires
- php: >=7.1
- tracy/tracy: ~2.4
Requires (Dev)
This package is auto-updated.
Last update: 2021-02-22 22:36:46 UTC
README
已过时,请使用 contributte/newrelic。
要求
- Tracy >=2.4
- PHP >=7.1
安装
composer require vrtak-cz/newrelic-tracy
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 在 MIT 许可证下发布 - 请参阅 LICENSE 文件以获取详细信息