chore: add label to APM
parent
665eacd39f
commit
1a2a37d185
|
@ -86,7 +86,9 @@ export class PosTransactionHandler implements IEventHandler<ChangeDocEvent> {
|
||||||
sales_price_formula: sales_formula.formula_string,
|
sales_price_formula: sales_formula.formula_string,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
apmTransactions.setLabel('Id', data?.id);
|
||||||
apmTransactions.setLabel('Code', data?.code);
|
apmTransactions.setLabel('Code', data?.code);
|
||||||
|
apmTransactions.setLabel('Status', data?.status);
|
||||||
|
|
||||||
await this.dataService.create(queryRunner, TransactionModel, data);
|
await this.dataService.create(queryRunner, TransactionModel, data);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue