You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
Client has big number of collected logs (about 100k+) and try to save job.
Error: RangeError: Maximum call stack size exceeded
Line : super(...items) in LogCollection constructor
Call stack:
at new LogCollection
at LoggerHandler.getLogs
at Object.getLogs
at saveAnnotation
at HTMLButtonElement.$.on
at HTMLButtonElement.dispatch
at HTMLButtonElement.elemData.handle
The text was updated successfully, but these errors were encountered:
Scenario:
Client has big number of collected logs (about 100k+) and try to save job.
Error: RangeError: Maximum call stack size exceeded
Line : super(...items) in LogCollection constructor
Call stack:
at new LogCollection
at LoggerHandler.getLogs
at Object.getLogs
at saveAnnotation
at HTMLButtonElement.$.on
at HTMLButtonElement.dispatch
at HTMLButtonElement.elemData.handle
The text was updated successfully, but these errors were encountered: