fix(obisys): remove activation guard to always update metrics #54
Reference in New Issue
Block a user
Delete Branch "push-vkloynurrxzu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the
if activateconditional insrc/obisys/src/lib.rs, making debug logging and state updates for performance counters execute unconditionally. This ensures tracking metrics are continuously refreshed regardless of the activation threshold. Also bumps theobikmerdependency version.