We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c6e9e commit 712676aCopy full SHA for 712676a
packages/tracer/src/Tracer.ts
@@ -437,7 +437,7 @@ class Tracer extends Utility implements TracerInterface {
437
}
438
439
const methodName = String(propertyKey);
440
- const subsegmentName = options?.subSegmentName ? options.subSegmentName : `### ${propertyKey}`;
+ const subsegmentName = options?.subSegmentName ? options.subSegmentName : `### ${methodName}`;
441
442
return tracerRef.provider.captureAsyncFunc(subsegmentName, async subsegment => {
443
let result;
0 commit comments