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

feat(app): add link between traces + rum #1832

Merged
merged 1 commit into from
Mar 13, 2024
Merged

feat(app): add link between traces + rum #1832

merged 1 commit into from
Mar 13, 2024

Conversation

seaerchin
Copy link
Contributor

Problem

currently our backend trace isn't tied to our frontend RUM replay. this PR adds an allow list of backend urls, which will then allow DD to tie the traces to the specific rum session.

Closes [insert issue #]

Solution

  • add allowedTracingUrls - see here
    • we can add in regex, functions or strings.
    • strings match by initial section, so any url that starts with the given string will be matched. in our case, we use the env vrs REACT_APP_BACKEND_URL

@seaerchin seaerchin merged commit 30cba5e into develop Mar 13, 2024
12 checks passed
@seaerchin seaerchin deleted the feat/apm-rum branch March 13, 2024 03:34
@dcshzj dcshzj mentioned this pull request Mar 14, 2024
3 tasks
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

Successfully merging this pull request may close these issues.

2 participants