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
When we run app locally (metro bundler opened), crashes caused by javascript errors (for example, trying to read a property of undefined) should be displayed in the red Logbox, along with details about where and why they occured, like in below video
without.splunk.mov
CURRENT RESULT:
The app quickly flickers and then continues showing the same screen, as if the Logbox had been dismissed. This means we are not informed about the error at all (see the below video). It appears as if nothing happened, but in reality, an error occurred and was automatically dismissed - and that's the problem!
SETUP:
The entire app is wrapped in OtelWrapper component, like below:
VERSIONS:
EXPECTED RESULT:
without.splunk.mov
CURRENT RESULT:
with.splunk.mov