for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of Ekino New Relic bundle.
*
* (c) Ekino - Thomas Rabaix <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Ekino\Bundle\NewRelicBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class EkinoNewRelicBundle extends Bundle
{
public function boot()
parent::boot();
if ($this->container->getParameter('ekino.new_relic.log_deprecations')) {
$this->container->get('ekino.new_relic.deprecation_listener')->register();
}