Hello,
I am trying to enable history for Ignition tags when I create tags for a managed tag provider for a custom module via the SDK. However, when I deploy the module, history does not seem to be enabled for most tags (even though History Enabled is set to true) till I edit tag properties and toggle a tag property.
I am setting the tag properties by creating a TagConfiguration object, setting TagHistoryProps parameters, and then using the configureTag method to apply the TagConfiguration. Is there anything different I should be doing in order to ensure that history is successfully enabled for each tag?
Thanks!