fix(domain-events-infra): subsegment name
This commit is contained in:
parent
d4579ce21e
commit
ba7cbb989b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export class SQSXRayEventMessageHandler implements DomainEventMessageHandlerInte
|
|||
}
|
||||
|
||||
await captureAsyncFunc(
|
||||
`${handler.constructor.name}.handle}`,
|
||||
`${handler.constructor.name}.handle`,
|
||||
async (subsegment?: Subsegment) => {
|
||||
await handler.handle(domainEvent)
|
||||
|
||||
|
|
Loading…
Reference in a new issue