Update gui/src/hooks/tracking-checklist.ts

Co-authored-by: Sapphire <imsapphire0@gmail.com>
This commit is contained in:
lucas lelievre
2025-12-10 21:58:35 +01:00
committed by GitHub
parent ee6182bb23
commit 185431a733

View File

@@ -166,7 +166,7 @@ export function provideTrackingChecklist() {
res.stepId = step;
res.ignore = ignore;
sendRPCPacket(RpcMessage.IgnoreTrackingChecklistStepRequest, res);
Sentry.metrics.count('mute_checklist_step', 1, {
Sentry.metrics.count(ignore ? 'mute_checklist_step' : 'unmute_checklist_step', 1, {
attributes: { step: TrackingChecklistStepId[step] },
});
};