FeatureFlareMetricTags
Arbitrary tag map attached to SDK metric callbacks.
More on this: see FeatureFlareMetricName for the metric names that pair with these tags.
export type FeatureFlareMetricTags = Record<
string,
string | number | boolean | undefined
>;Notes
- Keys are arbitrary tag names chosen by the SDK or caller.
- Values may be strings, numbers, booleans, or undefined when a tag is omitted.