We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de90cf7 + f0c1f5f commit a41ac0cCopy full SHA for a41ac0c
1 file changed
src/TracingConfigDefault.ts
@@ -35,7 +35,7 @@ export const NodeAutoInstrumentationsDefaultConfig = <InstrumentationConfigMap>{
35
enabled: true,
36
ignoreIncomingRequestHook: (request: IncomingMessage) => {
37
return (
38
- ['/health', '/_health', '/healthz', 'healthcheck'].includes(
+ ['/health', '/_health', '/healthz', '/healthcheck'].includes(
39
request.url,
40
) || request.method === 'OPTIONS'
41
);
0 commit comments