Test page to verify Faro errorSerializer properly handles [object Object] issues
Expected: Objects should be serialized as JSON strings
Before fix: "dev_test_devserver_websocket_error [object Object]"
After fix: 'dev_test_devserver_websocket_error {"event":{"type":"websocket_error",...}}'
Last test: None
Open DevTools → Console. Look for the test messages. Objects should be formatted with their full content, not as "[object Object]".
Go to go/app-logs and search for test names like "dev_test_devserver_websocket_error" or "dev_test_nested_object". Verify the log messages contain properly formatted JSON.
Filter for requests to Faro endpoint. Check the payload being sent - should contain serialized objects.
Note: This page should be removed after testing is complete. It's only for verifying the Faro errorSerializer fix.