Skip to content

Commit a2a0b06

Browse files
committed
Report mint in recordUserIntentCreatedEvent
1 parent 90fd66d commit a2a0b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/code/server/transaction/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func recordUserIntentCreatedEvent(ctx context.Context, intentRecord *intent.Reco
2020
metrics.RecordEvent(ctx, userIntentCreatedEventName, map[string]interface{}{
2121
"id": intentRecord.IntentId,
2222
"type": intentRecord.IntentType.String(),
23+
"mint": intentRecord.MintAccount,
2324
})
2425
}
2526

0 commit comments

Comments
 (0)