Skip to content

v1.21.0 - More manual exposure options

Compare
Choose a tag to compare
@daniel-statsig daniel-statsig released this 14 Mar 23:02
· 162 commits to main since this release
  • Adds Statsig.manuallyLogExposure. This function takes in FeatureGate | DynamicConfig | Layer and logs an exposure for it.
  • Adds Statsig.getFeatureGateWithExposureLoggingDisabled. This returns the actually FeatureGate value for a gate, rather than just Boolean value.
  • Removes some repeated usages of as? in InternalStore