mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update gui/src/hooks/tracking-checklist.ts
Co-authored-by: Sapphire <imsapphire0@gmail.com>
This commit is contained in:
@@ -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] },
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user