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
Each page has a different datadog configurations with different app ids
datadogRum.init({ applicationId: 'app1id' }) on page1
datadogRum.init({ applicationId: 'app2id' }) on page2
Both pages will fire events using addAction. Do the events fired from both pages share the same session? Can I replay user's interaction both pages within the session?
The text was updated successfully, but these errors were encountered:
What are you trying to achieve and what is your issue? Please describe.
We have 2 pages
https://www.example.com/page1
https://www.example.com/page2
Each page has a different datadog configurations with different app ids
datadogRum.init({ applicationId: 'app1id' }) on page1
datadogRum.init({ applicationId: 'app2id' }) on page2
Both pages will fire events using
addAction
. Do the events fired from both pages share the same session? Can I replay user's interaction both pages within the session?The text was updated successfully, but these errors were encountered: