posthog-js 1.71.0 → 1.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.d.ts CHANGED
@@ -238,6 +238,8 @@ interface PostHogConfig {
238
238
  mask_all_element_attributes: boolean;
239
239
  mask_all_text: boolean;
240
240
  advanced_disable_decide: boolean;
241
+ advanced_disable_feature_flags: boolean;
242
+ advanced_disable_feature_flags_on_first_load: boolean;
241
243
  advanced_disable_toolbar_metrics: boolean;
242
244
  get_device_id: (uuid: string) => string;
243
245
  name: string;