Skip to content

Commit fa49df9

Browse files
add another dimension to postLetters success
1 parent 8f3d6e3 commit fa49df9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/api-handler/src/handlers/post-letters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function emitSuccessMetrics(
3333
const dimensions: Record<string, string> = {
3434
supplier: supplierId,
3535
status,
36+
name: "vlasis",
3637
};
3738
const metric: MetricEntry = {
3839
key: "Letters posted",

0 commit comments

Comments
 (0)