Skip to content

Commit

Permalink
TRACING-4435 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-sumo committed Oct 21, 2024
1 parent 298c314 commit aa13077
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,8 @@ export const initialize = ({
}),
new HttpInstrumentation({
enabled: true,
propagateTraceHeaderCorsUrls,
ignoreIncomingPaths: ['/youtube'],
// ignoreUrls: [collectionSourceUrl, ...ignoreUrls],
ignoreIncomingRequestHook: () => {
return true; // Ignore every incoming request
},
ignoreIncomingRequestHook: () => true, // Ignore every incoming request
}),
],
});
Expand Down

0 comments on commit aa13077

Please sign in to comment.