1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Add Sentry support

Only enable in production
This commit is contained in:
Jeremy Benoist 2019-06-05 13:15:15 +02:00
parent 8671da5ead
commit 955a3bde17
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
5 changed files with 589 additions and 88 deletions

View file

@ -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(),