Skip to content

Commit

Permalink
Merge pull request #1719 from cvisionai/dev/fix-trace-correlation
Browse files Browse the repository at this point in the history
Fix trace correlation between RUM and APM
  • Loading branch information
jrtcppv committed Jun 7, 2024
2 parents d14bbaf + d78a482 commit 626d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/server/views/datadog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
trackResources: true,
trackLongTasks: false,
trackUserInteractions: false,
allowedTracingUrls: ["{{ backend }}/rest"],
allowedTracingUrls: [/^https?:\/\/[^\/]+\/rest/],
});
let userData;
if (localStorage.id_token) {
Expand Down

0 comments on commit 626d4b9

Please sign in to comment.