Skip to content

Commit

Permalink
requireParentforSpans
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Oct 23, 2024
1 parent a9a0bda commit 833e695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const sdk = new NodeSDK({
new HttpInstrumentation({
requireParentforOutgoingSpans: true
}),
new UndiciInstrumentation(),
new UndiciInstrumentation({
requireParentforSpans: true
}),
new FastifyInstrumentation(),
new PinoInstrumentation()
],
Expand Down

0 comments on commit 833e695

Please sign in to comment.