mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
1f250ca028
commit
1bc376be33
1 changed files with 0 additions and 1 deletions
|
@ -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))) {
|
||||
|
|
Loading…
Reference in a new issue