mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
Add telemetry to get insight in update preferences.
This commit is contained in:
@@ -413,6 +413,7 @@ class RuleRepository implements RuleRepositoryInterface
|
|||||||
'stop_processing' => $stopProcessing,
|
'stop_processing' => $stopProcessing,
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
];
|
];
|
||||||
|
app('telemetry')->feature('rules.actions.uses_action', $action['type']);
|
||||||
|
|
||||||
$this->storeAction($rule, $actionValues);
|
$this->storeAction($rule, $actionValues);
|
||||||
}
|
}
|
||||||
@@ -449,6 +450,7 @@ class RuleRepository implements RuleRepositoryInterface
|
|||||||
'stop_processing' => $stopProcessing,
|
'stop_processing' => $stopProcessing,
|
||||||
'order' => $order,
|
'order' => $order,
|
||||||
];
|
];
|
||||||
|
app('telemetry')->feature('rules.triggers.uses_trigger', $trigger['type']);
|
||||||
|
|
||||||
$this->storeTrigger($rule, $triggerValues);
|
$this->storeTrigger($rule, $triggerValues);
|
||||||
++$order;
|
++$order;
|
||||||
|
Reference in New Issue
Block a user