Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shyimo committed Dec 6, 2020
1 parent b5624cc commit d4a6da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-plugin-express/src/express.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class ExpressPlugin extends BasePlugin<typeof express> {
] as ExpressLayerType;

// Rename the root http span in case we haven't done it already
// // once we reach the request handler
// once we reach the request handler
if (
metadata.attributes[AttributeNames.EXPRESS_TYPE] ===
ExpressLayerType.REQUEST_HANDLER
Expand Down

0 comments on commit d4a6da6

Please sign in to comment.