Skip to content

Commit

Permalink
Merge pull request #186 from City-of-Helsinki/UHF-10944
Browse files Browse the repository at this point in the history
UHF-10944: Remove raven logging for now
  • Loading branch information
tuutti authored Nov 7, 2024
2 parents b64e178 + ecec64c commit d149db1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HelfiApiBaseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ 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 d149db1

Please sign in to comment.