chore: add label to apm
parent
5666c31dfa
commit
539676aa30
|
@ -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