Skip to content

Commit

Permalink
UHF-10844: Add raven monolog logger
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Oct 28, 2024
1 parent 77ba93f commit 275cee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/HelfiApiBaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ public function register(ContainerBuilder $container) : void {
'name' => 'default_conditional_handler',
'formatter' => 'drush_or_json',
],
[
'name' => 'drupal.raven',
'processors' => ['current_user', 'request_uri', 'ip', 'referer'],
],
],
],
]);
Expand Down

0 comments on commit 275cee0

Please sign in to comment.