We’ve fixed a bug that caused the following error in the Flakiness Chart:
TypeError: Cannot read properties of undefined (reading 'map')
This occurred when the flakyTimeSeries
data was undefined or improperly formatted. The function now includes a proper check to handle missing or empty data gracefully.
5 months ago