You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, trace tags can be individually enabled using -tr:<tag_name>.
We plan to support class-based activation, where enabling a tag_class activates all associated tags.
This was deferred from the initial PR and marked as a TODO.
TODO
Implement get_tags_by_class(tag_class) to return associated tags
Update enable_trace() to handle class-based activation logic