Skip to content

Commit

Permalink
Merge 3f69933 into 6a8c2f2
Browse files Browse the repository at this point in the history
  • Loading branch information
moander authored Oct 22, 2021
2 parents 6a8c2f2 + 3f69933 commit 059634f
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 059634f

Please sign in to comment.