pub fn track_union_field_access(
union_name: &str,
field_name: &str,
location: &str,
)Expand description
Track union field access.
Records a UnionFieldAccess event. Use this when accessing a union field.
ยงArguments
union_name- Name of the unionfield_name- Name of the field being accessedlocation- Source location