Hello, we use LogRocket in our application in orde...
# gooddata-cloud
n
Hello, we use LogRocket in our application in order to track user sessions. We faced an issue that LogRocket can't capture GoodData Dashboard because the dashboard renders inside a cross-domain iframe. A LogRocket documentation says that if we want to capture a cross-domain iframe, we must initialize LogRocket inside the iframe, like in the example:
Copy code
LogRocket.init(YOUR_APP_ID, {
  mergeIframes: true,
  parentDomain: '<https://app.zentist.io>',
});
Is it possible from your side to add support for LogRocket?
j
Hi Natalia, You should be able to solve this by adding the URL as an enabled CORS origin: https://www.gooddata.com/developers/cloud-native/doc/2.5/manage-organization/set-up-cors-for-organization/
🙌 1