posthog-js 1.77.2 → 1.77.3

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
@@ -201,6 +201,7 @@ interface PostHogConfig {
201
201
  loaded: (posthog_instance: PostHog) => void;
202
202
  store_google: boolean;
203
203
  custom_campaign_params: string[];
204
+ custom_blocked_useragents: string[];
204
205
  save_referrer: boolean;
205
206
  test: boolean;
206
207
  verbose: boolean;