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 90fd66d commit a2a0b06Copy full SHA for a2a0b06
1 file changed
pkg/code/server/transaction/metrics.go
@@ -20,6 +20,7 @@ func recordUserIntentCreatedEvent(ctx context.Context, intentRecord *intent.Reco
20
metrics.RecordEvent(ctx, userIntentCreatedEventName, map[string]interface{}{
21
"id": intentRecord.IntentId,
22
"type": intentRecord.IntentType.String(),
23
+ "mint": intentRecord.MintAccount,
24
})
25
}
26
0 commit comments