We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 416efc1 + 95a674e commit 991aca1Copy full SHA for 991aca1
1 file changed
lib/private/Log/ExceptionSerializer.php
@@ -100,6 +100,16 @@ class ExceptionSerializer {
100
101
// Preview providers, don't log big data strings
102
'imagecreatefromstring',
103
+
104
+ // text: PublicSessionController, SessionController and ApiService
105
+ 'create',
106
+ 'close',
107
+ 'push',
108
+ 'sync',
109
+ 'updateSession',
110
+ 'mention',
111
+ 'loginSessionUser',
112
113
];
114
115
/** @var SystemConfig */
0 commit comments