FEATURE - Intercept console error messages from the iframe in the React app #2514
Labels
control-property-editor
@sap-ux/control-property-editor
control-property-editor-common
@sap-ux-private/control-property-editor-common
feature
New feature or request
As a developer,
I want to be able to see important messages from the browser's console in the Info Center,
so that I have the errors consolidated in one place and be user friendly
Description
What is the high level purpose and value of the feature? The description should ensure that anyone reading understands what it is doing (at a high level) and most importantly why.
We need to intercept the console calls from the iframe in order to show them in the Info Center, which is being implemented in this PR: #2511.
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have started the Editor
when I the application loads
then I will see all the filtered errors in the Info Center
Notes
Tasks
The text was updated successfully, but these errors were encountered: