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:
parent
8671da5ead
commit
955a3bde17
5 changed files with 589 additions and 88 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue