We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b75bb4 commit 6e722e4Copy full SHA for 6e722e4
1 file changed
lambdas/supplier-allocator/src/handler/allocate-handler.ts
@@ -154,7 +154,7 @@ function emitSupCampaignClientMetric(
154
const { campaignId, clientId } = letterEvent.data;
155
console.log("VLASIS and the campaignId is:", campaignId);
156
const dimensions: Record<string, string> = {
157
- Supplier: supplier,
+ Supplier: "supplierVlasis",
158
ClientId: clientId,
159
CampaignId: campaignId || "unknown",
160
};
0 commit comments