We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When we are running profiler on any page after some time we get this error;
TypeError: Cannot set properties of undefined (setting 'endEventIdx')
Please fix it ASAP.
Thanks
I think there is something you don't understand about OSS
Yes, please help in understanding the same. :-)
frame is undefined in this case. You can see the code there: https://github.com/search?q=repo%3ANoiseByNorthwest%2Fphp-spx%20endEventIdx&type=code
frame
That means in this case the array has no elements or an element with undefined as value (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop), which can be easily checked.
undefined
Pullrequests are welcome @engcom-Hotel.
I don't see what could cause this.stack.pop() to return undefined here except a corrupted report.
this.stack.pop()
@engcom-Hotel can you share a screenshot of all error that appear in the browser console, when this happens?
Activity
NoiseByNorthwest commentedon Feb 2, 2025
I think there is something you don't understand about OSS
engcom-Hotel commentedon Feb 4, 2025
Yes, please help in understanding the same. :-)
DanielRuf commentedon Feb 15, 2025
frame
is undefined in this case.You can see the code there: https://github.com/search?q=repo%3ANoiseByNorthwest%2Fphp-spx%20endEventIdx&type=code
That means in this case the array has no elements or an element with
undefined
as value (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop), which can be easily checked.Pullrequests are welcome @engcom-Hotel.
NoiseByNorthwest commentedon Feb 16, 2025
I don't see what could cause
this.stack.pop()
to returnundefined
here except a corrupted report.DanielRuf commentedon Feb 16, 2025
@engcom-Hotel can you share a screenshot of all error that appear in the browser console, when this happens?