We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d1cf commit b2f012bCopy full SHA for b2f012b
1 file changed
lambdas/upsert-letter/src/handler/upsert-handler.ts
@@ -175,7 +175,6 @@ export default function createUpsertLetterHandler(deps: Deps): SQSHandler {
175
const operation = getOperationFromType(type);
176
metrics.putDimensions({
177
FunctionName: "upsertLambda",
178
- OperationType: operation.name,
179
// eslint-disable-next-line sonarjs/pseudo-random
180
OddOrEven: `${Math.floor(Math.random() * 10) % 2}`,
181
});
0 commit comments