Skip to content

Commit

Permalink
Merge 4253cf4 into 8631513
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jun 11, 2019
2 parents 8631513 + 4253cf4 commit 4e25a4d
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 83 deletions.
8 changes: 0 additions & 8 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@ snc_redis:
alias: doctrine_cache
dsn: "%redis_dsn_doctrine_cache%"

# fix default options to remove a deprecated notif
# > The \Raven_SanitizeDataProcessor class is deprecated since version 1.7 and will be removed in 2.0. Use the Raven_Processor_SanitizeDataProcessor class in the same namespace instead
# https://github.com/getsentry/sentry-symfony/commit/4d34147b55c53aefa0c5378da37b14247ae5cd9e
sentry:
options:
processors:
- Raven_Processor_SanitizeDataProcessor

# see https://github.com/symfony/symfony-standard/pull/1133
sensio_framework_extra:
router:
Expand Down
9 changes: 1 addition & 8 deletions app/config/config_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,11 @@ monolog:
main:
type: fingers_crossed
action_level: error
handler: grouped_main
grouped_main:
type: group
members: [streamed_main, sentry]
handler: streamed_main
streamed_main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
sentry:
type: raven
dsn: "%sentry_dsn%"
level: error
console:
type: console
process_psr_3_messages: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ramsey/uuid": "^3.5",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^5.0",
"sentry/sentry-symfony": "~2.0",
"sentry/sentry-symfony": "~3.0",
"snc/redis-bundle": "^2.0",
"swarrot/swarrot-bundle": "^1.4",
"symfony/monolog-bundle": "^3.0",
Expand Down

0 comments on commit 4e25a4d

Please sign in to comment.