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
Creating a correlation telemetry point does not result in any correlated data being emitted
Errors are shown in the JavaScript console
The errors persist even after navigating away from the correlation telemetry object, suggesting the existence of a memory leak.
Steps to Reproduce
Create two sine wave generators
Create a new correlation telemetry point and select the previously created sine wave generators as the telemetry sources
Save the new correlation telemetry point
Observe that no data is displayed
Open the JavaScript console and observe errors similar to below:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'namespace')
at Object.makeKeyString (object-utils.js?40a1:98:1)
at ObjectAPI.makeKeyString (ObjectAPI.js?99d1:595:16)
at ObjectAPI.get (ObjectAPI.js?99d1:193:1)
at getTelemetryObject (plugin.js?6ac3:7:1)
at Object.request (plugin.js?6ac3:80:1)
at TelemetryAPI.request (TelemetryAPI.js?7b82:281:1)
Summary
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: