vrtak-cz / newrelic-tracy
NewRelic PHP agent integration for Tracy
Installs: 121 326
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 5
Forks: 2
Open Issues: 0
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
Deprecated, use contributte/newrelic.
Requirements
- Tracy >=2.4
- PHP >=7.1
Installation
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
License
NewRelic Tracy is licensed under the MIT License - see the LICENSE file for details