Tags
Tags are used to provide additional information for the request and contribute to a better control over deduplication. A request can only contain a unique tag with same name and value.
1. Case
htSdk.htTags.addCase({name: 'case name', value: 'case value'});htSdk.htRootTags.addRootCase({name: 'case name', value: 'case value'});2. Label
htSdk.htTags.addLabel({name: 'label name', value: 'label value'});3. Annotation
Last updated