Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join events from multiple Datadog RUM instances on different pages under the same domain by session #3396

Open
lz000 opened this issue Mar 5, 2025 · 0 comments

Comments

@lz000
Copy link

lz000 commented Mar 5, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant