FF
FeatureFlare docs
Guides and API reference
API reference

FeatureFlareMetricTags

Metric tag map shape passed to SDK metric callbacks.

Current section
Component and config reference
Use these pages when you need props, defaults, and provider behavior details.

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.