add webhooks usage stats

This commit is contained in:
shimon 2024-12-24 11:09:41 +02:00
parent 4b033d8f00
commit dae5bf593c

View file

@ -171,7 +171,7 @@ class Webhooks extends Action
$queueForUsage
->addMetric(METRIC_WEBHOOKS_FAILED, 1)
->addMetric(str_replace('{webhookInternalId}', $webhook->getInternalId(), METRIC_WEBHOOK_ID_FAILED), 1)
;
;
} else {