Skip to content

Commit

Permalink
Update based on suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
McSick committed Jun 21, 2024
1 parent e2e0160 commit aeac819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-amqplib/src/amqplib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ export class AmqplibInstrumentation extends InstrumentationBase {
[SEMATTRS_MESSAGING_CONVERSATION_ID]:
msg?.properties.correlationId,
},
links: links,
links,
},
parentContext
);
Expand Down

0 comments on commit aeac819

Please sign in to comment.