-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce tracer for XHR requests * Handle fetch requests with tracer * Introduce trace collection * Integrate tracer and trace collection in rum * Handle request error in collected trace * Delegate tracing to dd-trace-js if active * Add tracing configuration parameters * 👌 phrasing * 👌 improve naming * 👌 improve tracing API * 👌 improve proxy API context type * 👌 add TraceIdentifier spec * 👌 check if dd trace is installed rather than have an active scope * 👌 remove dd trace js check currently, trace id is not used in rum ui and association does not work perfectly beta customers will need to remove dd trace js and enable tracing from rum * 👌 use same configuration as dd-trace-js to ease the onboarding * 👌 remove enable configuration + remove default same domain tracing
- Loading branch information
Showing
22 changed files
with
757 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.