mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #6048 from overleaf/jk-client-error-report-content
[web] Remove `recent_events` from error report GitOrigin-RevId: e8cf716da1aee245c9ce52e403fa67d6a706070f
This commit is contained in:
@@ -63,7 +63,6 @@ App.factory(
|
||||
x1 => x1.name
|
||||
)
|
||||
meta.client_now = new Date()
|
||||
meta.recent_events = this.recentEvents
|
||||
const errorObj = {}
|
||||
if (typeof error === 'object') {
|
||||
for (const key of Array.from(Object.getOwnPropertyNames(error))) {
|
||||
|
||||
Reference in New Issue
Block a user