forked from wallabag/wallabag
Merge pull request #3990 from wallabag/feature/sentry
Add Sentry support
This commit is contained in:
@ -23,3 +23,6 @@ monolog:
|
||||
level: debug
|
||||
console:
|
||||
type: console
|
||||
|
||||
sentry:
|
||||
dsn: "%sentry_dsn%"
|
||||
|
||||
@ -63,3 +63,6 @@ parameters:
|
||||
redis_port: 6379
|
||||
redis_path: null
|
||||
redis_password: null
|
||||
|
||||
# sentry logging
|
||||
sentry_dsn: ~
|
||||
|
||||
Reference in New Issue
Block a user