NewRelic PHP agent integration for Tracy
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
-
v8.0.0 8.0.0
- dropped PHP 5.6 and 7.0 support
- added PHP 7.3 support
- added Tracy 2.6 support
-
v7.1.0 7.1.0
- added Tracy 2.5 support
-
v7.0.0 7.0.0
- dropped Tracy 2.3 support
- dropped PHP 5.5 support
- added PHP 7.1 and 7.2 support
-
v6.0.0 6.0.0
- added Tracy 2.4.x support
- removed Tracy 2.2.x support
- removed PHP 5.4.x support
- fixed PHP 7.0 compatability
- improve CS
-
v5.0.0 5.0
- added Tracy 2.3.x support
- removed PHP 5.3.x support
- added Travis with lint & CS
-
v4.1.0 Tracy 2.3.x
- Added support for Tracy 2.3.x
- Fix BC for Tracy 2.2.x
-
v4.0.0 1st Release
initial Tracy support