Componette

Componette

contributte

contributte / newrelic-tracy v8.0.0

๐Ÿ’€ [DISCONTINUED] Newrelic Tracy extension for Nette Framework (@nette). Use contributte/newrelic.

download-cloud-line composer require vrtak-cz/newrelic-tracy

Website ๐Ÿš€ contributte.org | Contact ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป f3l1x.io | Twitter ๐Ÿฆ @contributte

Disclaimer

โš ๏ธ This project is no longer being maintained. Please use contributte/newrelic.
Composer vrtak-cz/newrelic-tracy
Version
PHP
License

Usage

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

Development

This package was maintain by these authors.


Consider to support contributte development team. Also thank you for being used this package.

  • 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

bar-chart-fill

Statistics

download-cloud-fill
113846
star-fill
8
bug-fill
0
flashlight-fill
2.8y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=7.1)
Componette Componette felix@nette.org