Skip to content

Commit

Permalink
Update experimental/packages/opentelemetry-instrumentation-xml-http-r…
Browse files Browse the repository at this point in the history
…equest/src/xhr.ts

Co-authored-by: legendecas <legendecas@gmail.com>
  • Loading branch information
moander and legendecas authored Oct 21, 2021
1 parent 326ccb0 commit 9894551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface XMLHttpRequestInstrumentationConfig
*/
clearTimingResources?: boolean;
/** URLs which should include trace headers when origin doesn't match */
propagateTraceHeaderCorsUrls?: PropagateTraceHeaderCorsUrls;
propagateTraceHeaderCorsUrls?: PropagateTraceHeaderCorsUrls;
/**
* URLs that partially match any regex in ignoreUrls will not be traced.
* In addition, URLs that are _exact matches_ of strings in ignoreUrls will
Expand Down

0 comments on commit 9894551

Please sign in to comment.