Skip to content

Commit

Permalink
TRACING-4435 enabled:true
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-sumo committed Oct 21, 2024
1 parent 07e591f commit 0a40def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@ export const initialize = ({
},
}),
new XMLHttpRequestInstrumentation({
enabled: false,
enabled: true,
propagateTraceHeaderCorsUrls,
ignoreUrls: [collectionSourceUrl, ...ignoreUrls],
}),
new FetchInstrumentation({
enabled: false,
enabled: true,
propagateTraceHeaderCorsUrls,
ignoreUrls,
}),
Expand Down

0 comments on commit 0a40def

Please sign in to comment.