X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=40726f0549cc9c756e08a1a00f2cf989859a43a0;hb=HEAD;hp=4a54da298f13987aaca37b77977ff83c8e922a63;hpb=2cbee36a0184786644470a84fdd8c720cfcac58e;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index 4a54da29..7b84e130 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -35,6 +35,7 @@ class AppKernel extends Kernel new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(), new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), new Http\HttplugBundle\HttplugBundle(), + new Sentry\SentryBundle\SentryBundle(), // wallabag bundles new Wallabag\CoreBundle\WallabagCoreBundle(), @@ -55,7 +56,7 @@ class AppKernel extends Kernel } if ('dev' === $this->getEnvironment()) { - $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); + $bundles[] = new Symfony\Bundle\MakerBundle\MakerBundle(); $bundles[] = new Symfony\Bundle\WebServerBundle\WebServerBundle(); } }