diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-06-05 13:15:15 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-06-05 13:15:15 +0200 |
commit | 955a3bde172244cc244860f2de571f12d3693707 (patch) | |
tree | e38b145fb119acb0f195201727945a3d0c7b94f7 /app/AppKernel.php | |
parent | 8671da5eadc93204f2742bb6b2b5b8fc1eddf131 (diff) | |
download | wallabag-955a3bde172244cc244860f2de571f12d3693707.tar.gz wallabag-955a3bde172244cc244860f2de571f12d3693707.tar.zst wallabag-955a3bde172244cc244860f2de571f12d3693707.zip |
Add Sentry support
Only enable in production
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 4a54da29..fcf929c6 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -35,6 +35,7 @@ class AppKernel extends Kernel | |||
35 | new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(), | 35 | new BD\GuzzleSiteAuthenticatorBundle\BDGuzzleSiteAuthenticatorBundle(), |
36 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), | 36 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), |
37 | new Http\HttplugBundle\HttplugBundle(), | 37 | new Http\HttplugBundle\HttplugBundle(), |
38 | new Sentry\SentryBundle\SentryBundle(), | ||
38 | 39 | ||
39 | // wallabag bundles | 40 | // wallabag bundles |
40 | new Wallabag\CoreBundle\WallabagCoreBundle(), | 41 | new Wallabag\CoreBundle\WallabagCoreBundle(), |