Skip to content

Commit

Permalink
docs: expose existing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moander committed Oct 21, 2021
1 parent 9df2132 commit b2e6a3a
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,15 @@ export type XHRCustomAttributeFunction = (
*/
export interface XMLHttpRequestInstrumentationConfig
extends InstrumentationConfig {
// the number of timing resources is limited, after the limit
// (chrome 250, safari 150) the information is not collected anymore
// the only way to prevent that is to regularly clean the resources
// whenever it is possible, this is needed only when PerformanceObserver
// is not available
/**
* The number of timing resources is limited, after the limit
* (chrome 250, safari 150) the information is not collected anymore.
* The only way to prevent that is to regularly clean the resources
* whenever it is possible. This is needed only when PerformanceObserver
* is not available
*/
clearTimingResources?: boolean;
// urls which should include trace headers when origin doesn't match
/** URLs which should include trace headers when origin doesn't match */
propagateTraceHeaderCorsUrls?: PropagateTraceHeaderCorsUrls;
/**
* URLs that partially match any regex in ignoreUrls will not be traced.
Expand Down

0 comments on commit b2e6a3a

Please sign in to comment.