summaryrefslogtreecommitdiffstats
path: root/lib/private/Log/ExceptionSerializer.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Log/ExceptionSerializer.php')
-rw-r--r--lib/private/Log/ExceptionSerializer.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/private/Log/ExceptionSerializer.php b/lib/private/Log/ExceptionSerializer.php
index a13c97aa0c5..587d6ff37db 100644
--- a/lib/private/Log/ExceptionSerializer.php
+++ b/lib/private/Log/ExceptionSerializer.php
@@ -30,6 +30,7 @@ namespace OC\Log;
use OC\Core\Controller\SetupController;
use OC\HintException;
+use OC\Security\IdentityProof\Key;
use OC\Setup;
class ExceptionSerializer {
@@ -95,7 +96,10 @@ class ExceptionSerializer {
],
Setup::class => [
'install'
- ]
+ ],
+ Key::class => [
+ '__construct'
+ ],
];
private function editTrace(array &$sensitiveValues, array $traceLine): array {