mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +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,
|
||||
'order' => $order,
|
||||
];
|
||||
app('telemetry')->feature('rules.actions.uses_action', $action['type']);
|
||||
|
||||
$this->storeAction($rule, $actionValues);
|
||||
}
|
||||
@@ -449,6 +450,7 @@ class RuleRepository implements RuleRepositoryInterface
|
||||
'stop_processing' => $stopProcessing,
|
||||
'order' => $order,
|
||||
];
|
||||
app('telemetry')->feature('rules.triggers.uses_trigger', $trigger['type']);
|
||||
|
||||
$this->storeTrigger($rule, $triggerValues);
|
||||
++$order;
|
||||
|
Reference in New Issue
Block a user