diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-06-05 14:41:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-05 14:41:42 +0200 |
commit | 7e5b7e029a5ba7aadc8128243afaa00e2a870645 (patch) | |
tree | 51dd4687e5a76d0fa036c9e65c7416001afd6c50 /app/AppKernel.php | |
parent | 4fa63260e4e50fa6a54b88dc2a6658bddb05789b (diff) | |
parent | 955a3bde172244cc244860f2de571f12d3693707 (diff) | |
download | wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.tar.gz wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.tar.zst wallabag-7e5b7e029a5ba7aadc8128243afaa00e2a870645.zip |
Merge pull request #3990 from wallabag/feature/sentry
Add Sentry support
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(), |