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:
June Kelly 2021-12-09 09:50:19 +00:00 committed by Copybot
parent 1f250ca028
commit 1bc376be33

View file

@ -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))) {