diff --git a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/NotebookNodePersonFeed.tsx b/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/NotebookNodePersonFeed.tsx index 28f71f4493b9a..b5c4ee5c2fd71 100644 --- a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/NotebookNodePersonFeed.tsx +++ b/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/NotebookNodePersonFeed.tsx @@ -3,7 +3,6 @@ import { useValues } from 'kea' import { LemonSkeleton } from '@posthog/lemon-ui' import { NotFound } from 'lib/components/NotFound' import { NotebookNodeType, PersonType } from '~/types' -// import { TimelineEntry } from '~/queries/schema' import { NotebookNodeProps } from 'scenes/notebooks/Notebook/utils' import { personLogic } from 'scenes/persons/personLogic' import { createPostHogWidgetNode } from '../NodeWrapper' diff --git a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/mockSessionsTimelineQueryResponse.json b/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/mockSessionsTimelineQueryResponse.json deleted file mode 100644 index c88078c9cafa0..0000000000000 --- a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/mockSessionsTimelineQueryResponse.json +++ /dev/null @@ -1,27214 +0,0 @@ -{ - "hasMore": false, - "hogql": "SELECT e.uuid, e.timestamp, e.event, e.properties, e.distinct_id, e.elements_chain, e.$session_id AS formal_session_id, first_value(e.uuid) OVER (PARTITION BY $session_id ORDER BY divide(__toInt64(timestamp), 60000000.0) ASC RANGE BETWEEN 1800 PRECEDING AND CURRENT ROW) AS informal_session_uuid, dateDiff('s', sre.start_time, sre.end_time) AS recording_duration_s FROM events AS e LEFT JOIN (SELECT start_time, end_time, session_id FROM session_replay_events) AS sre ON equals(e.$session_id, sre.session_id) WHERE equals(e.person_id, '018a92fd-a1c3-0000-4144-fb39888c298e') ORDER BY timestamp DESC LIMIT 100", - "results": [ - { - "events": [ - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageleave", - "id": "018b4c9d-aef5-789f-81e4-212476c51e92", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/canvas#state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6IkV2ZW50IEV4cGxvcmVyIn1dfSx7InR5cGUiOiJwaC1xdWVyeSIsImF0dHJzIjp7ImhlaWdodCI6bnVsbCwidGl0bGUiOm51bGwsIm5vZGVJZCI6IjZkNDg1MDY2LWVjOTktNDgzZC04Yjk4LTRkOGEyZGM5Y2M0YiIsIl9faW5pdCI6bnVsbCwiY2hpbGRyZW4iOlt7InR5cGUiOiJwaC1wZXJzb24iLCJhdHRycyI6eyJpZCI6InBsckVZOHBBN3NYMW1GdDg3NGFBVUhlNXRXWmkzbExGOWJ1OWVqUXlHUHkifX0seyJ0eXBlIjoicGgtcmVjb3JkaW5nIiwiYXR0cnMiOnsiaWQiOiIwMThiNDc0MC1kY2JlLTdkNzctYjJlMi05MmJjZTIwYTIzZTMifX1dLCJxdWVyeSI6eyJraW5kIjoiRGF0YVRhYmxlTm9kZSIsInNvdXJjZSI6eyJraW5kIjoiRXZlbnRzUXVlcnkiLCJhZnRlciI6Ii0yNGgiLCJsaW1pdCI6MTAwLCJzZWxlY3QiOlsiKiIsImV2ZW50IiwicGVyc29uIiwiY29hbGVzY2UocHJvcGVydGllcy4kY3VycmVudF91cmwsIHByb3BlcnRpZXMuJHNjcmVlbl9uYW1lKSAtLSBVcmwgLyBTY3JlZW4iLCJwcm9wZXJ0aWVzLiRsaWIiLCJ0aW1lc3RhbXAiXSwicHJvcGVydGllcyI6W119fX19XX0%3D", - "$host": "localhost:8000", - "$pathname": "/canvas", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "xumznmndw7ojbqql", - "$time": 1697797484.277, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4c9d-ab5d-778b-9a9c-57db85a58ec0", - "$window_id": "018b4c9d-ab5d-778b-9a9c-57dc585fb9f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/canvas#state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6IkV2ZW50IEV4cGxvcmVyIn1dfSx7InR5cGUiOiJwaC1xdWVyeSIsImF0dHJzIjp7ImhlaWdodCI6bnVsbCwidGl0bGUiOm51bGwsIm5vZGVJZCI6IjZkNDg1MDY2LWVjOTktNDgzZC04Yjk4LTRkOGEyZGM5Y2M0YiIsIl9faW5pdCI6bnVsbCwiY2hpbGRyZW4iOlt7InR5cGUiOiJwaC1wZXJzb24iLCJhdHRycyI6eyJpZCI6InBsckVZOHBBN3NYMW1GdDg3NGFBVUhlNXRXWmkzbExGOWJ1OWVqUXlHUHkifX0seyJ0eXBlIjoicGgtcmVjb3JkaW5nIiwiYXR0cnMiOnsiaWQiOiIwMThiNDc0MC1kY2JlLTdkNzctYjJlMi05MmJjZTIwYTIzZTMifX1dLCJxdWVyeSI6eyJraW5kIjoiRGF0YVRhYmxlTm9kZSIsInNvdXJjZSI6eyJraW5kIjoiRXZlbnRzUXVlcnkiLCJhZnRlciI6Ii0yNGgiLCJsaW1pdCI6MTAwLCJzZWxlY3QiOlsiKiIsImV2ZW50IiwicGVyc29uIiwiY29hbGVzY2UocHJvcGVydGllcy4kY3VycmVudF91cmwsIHByb3BlcnRpZXMuJHNjcmVlbl9uYW1lKSAtLSBVcmwgLyBTY3JlZW4iLCJwcm9wZXJ0aWVzLiRsaWIiLCJ0aW1lc3RhbXAiXSwicHJvcGVydGllcyI6W119fX19XX0%3D", - "$pathname": "/canvas", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/canvas#state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6IkV2ZW50IEV4cGxvcmVyIn1dfSx7InR5cGUiOiJwaC1xdWVyeSIsImF0dHJzIjp7ImhlaWdodCI6bnVsbCwidGl0bGUiOm51bGwsIm5vZGVJZCI6IjZkNDg1MDY2LWVjOTktNDgzZC04Yjk4LTRkOGEyZGM5Y2M0YiIsIl9faW5pdCI6bnVsbCwiY2hpbGRyZW4iOlt7InR5cGUiOiJwaC1wZXJzb24iLCJhdHRycyI6eyJpZCI6InBsckVZOHBBN3NYMW1GdDg3NGFBVUhlNXRXWmkzbExGOWJ1OWVqUXlHUHkifX0seyJ0eXBlIjoicGgtcmVjb3JkaW5nIiwiYXR0cnMiOnsiaWQiOiIwMThiNDc0MC1kY2JlLTdkNzctYjJlMi05MmJjZTIwYTIzZTMifX1dLCJxdWVyeSI6eyJraW5kIjoiRGF0YVRhYmxlTm9kZSIsInNvdXJjZSI6eyJraW5kIjoiRXZlbnRzUXVlcnkiLCJhZnRlciI6Ii0yNGgiLCJsaW1pdCI6MTAwLCJzZWxlY3QiOlsiKiIsImV2ZW50IiwicGVyc29uIiwiY29hbGVzY2UocHJvcGVydGllcy4kY3VycmVudF91cmwsIHByb3BlcnRpZXMuJHNjcmVlbl9uYW1lKSAtLSBVcmwgLyBTY3JlZW4iLCJwcm9wZXJ0aWVzLiRsaWIiLCJ0aW1lc3RhbXAiXSwicHJvcGVydGllcyI6W119fX19XX0%3D", - "$initial_pathname": "/canvas", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:24:44.284000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:24:44.281000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$opt_in", - "id": "018b4ca0-9676-7421-9397-8506bb94ebac", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "vodqry65n7z97q71", - "$time": 1697797674.614, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4c9d-ab5d-778b-9a9c-57db85a58ec0", - "$window_id": "018b4ca0-9674-7a84-9e68-ee5996f32986", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:54.616000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.625000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-9678-732b-a9e0-bfbbd9dbc2ce", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "tkovmn0505g1e31n", - "$time": 1697797674.616, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "title": "PostHog", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4c9d-ab5d-778b-9a9c-57db85a58ec0", - "$window_id": "018b4ca0-9674-7a84-9e68-ee5996f32986", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:54.617000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.631000+00:00", - "uuid": null - } - ], - "recording_duration_s": null, - "sessionId": "018b4c9d-ab5d-778b-9a9c-57db85a58ec0" - }, - { - "events": [ - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$set", - "id": "018b4ca0-9686-7b75-ba2e-61e8667c6a38", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "rffzbtlav260619e", - "$time": 1697797674.63, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$set": { - "email": "test@posthog.com", - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.639000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca0-9687-7734-890a-7891724ddd1e", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "8cp3ng6n4b6np5ys", - "$time": 1697797674.631, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "project", - "$group_key": "018a92f8-b602-0000-75de-4b9073693531", - "$group_set": { - "id": 1, - "uuid": "018a92f8-b602-0000-75de-4b9073693531", - "name": "Hedgebox", - "ingested_event": true, - "is_demo": false, - "timezone": "UTC", - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.640000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca0-9688-735f-882b-8dfa30ad146b", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "l4ypd28525qtjw68", - "$time": 1697797674.632, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "organization", - "$group_key": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_set": { - "id": "018a92f8-afff-0000-efec-ca77de39e384", - "name": "Hedgebox Inc.", - "slug": "hedgebox-inc", - "created_at": "2023-09-14T09:14:46.145060Z", - "available_features": [ - "zapier", - "slack_integration", - "microsoft_teams_integration", - "discord_integration", - "apps", - "app_metrics", - "boolean_flags", - "multivariate_flags", - "persist_flags_cross_authentication", - "feature_flag_payloads", - "multiple_release_conditions", - "release_condition_overrides", - "targeting_by_group", - "local_evaluation_and_bootstrapping", - "flag_usage_stats", - "experimentation", - "group_experiments", - "funnel_experiments", - "secondary_metrics", - "statistical_analysis", - "console_logs", - "recordings_playlists", - "recordings_performance", - "recordings_file_export", - "group_analytics", - "dashboards", - "funnels", - "graphs_trends", - "paths", - "subscriptions", - "paths_advanced", - "dashboard_permissioning", - "dashboard_collaboration", - "ingestion_taxonomy", - "correlation_analysis", - "tagging", - "behavioral_cohort_filtering", - "tracked_users", - "data_retention", - "team_members", - "organizations_projects", - "api_access", - "project_based_permissioning", - "social_sso", - "sso_enforcement", - "white_labelling", - "community_support", - "dedicated_support", - "email_support", - "terms_and_conditions", - "security_assessment" - ], - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.641000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-96d9-72c4-940e-87b71e722e23", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "xnqcrio4jvhwlgow", - "$time": 1697797674.714, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "posthog-3000", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.723000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-96da-7ee1-870d-308e41519ca3", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "9hatx583uf4rb4c8", - "$time": 1697797674.714, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "enable-prompts", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.724000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-96e3-7222-bd72-66e3936e12d4", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "qzz7i4g28jxppet9", - "$time": 1697797674.725, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "notebooks", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.734000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-976b-793a-9471-146bc8d275fa", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "zd3q70dq6xabtyjy", - "$time": 1697797674.859, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "Homepage \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.868000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca0-976e-70e4-9638-9cc06f5ff7ae", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "tr5rt49cwyup64d1", - "$time": 1697797674.863, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "instance", - "$group_key": "http://localhost:8000", - "$group_set": { - "site_url": "http://localhost:8000" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:54.872000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard loading time", - "id": "018b4ca0-9a3d-701d-ae6b-2dd63b414e53", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "bky5j00lf96hy1er", - "$time": 1697797675.581, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 732, - "dashboardId": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:55.590000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "viewed dashboard", - "id": "018b4ca0-9d0b-7f91-95e6-1e4ca5ee515d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "r9bc60imc531ktci", - "$time": 1697797676.299, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "created_at": "2023-09-14T09:15:00.211731Z", - "is_shared": false, - "pinned": true, - "creation_mode": "default", - "sample_items_count": 0, - "item_count": 7, - "created_by_system": true, - "dashboard_id": 1, - "lastRefreshed": "2023-10-20T10:20:11.963Z", - "refreshAge": 464, - "lifecycle_count": 2, - "trends_count": 3, - "funnels_count": 1, - "retention_count": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:56.308000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["Link", "SidebarListItem__link"], - "attr_id": null, - "attributes": { - "attr__class": "Link SidebarListItem__link", - "attr__draggable": "true", - "attr__href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI" - }, - "href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "a", - "text": null - }, - { - "attr_class": ["SidebarListItem"], - "attr_id": "sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-invalid": "false", - "attr__class": "SidebarListItem", - "attr__id": "sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3", - "attr__style": "height: 32px; left: 0px; position: absolute; top: 64px; width: 100%;", - "attr__title": "test@posthog.com" - }, - "href": null, - "nth_child": 3.0, - "nth_of_type": 3.0, - "order": 1.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid__innerScrollContainer"], - "attr_id": null, - "attributes": { - "attr__class": "ReactVirtualized__Grid__innerScrollContainer", - "attr__role": "rowgroup", - "attr__style": "width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid", "ReactVirtualized__List", "SidebarList"], - "attr_id": null, - "attributes": { - "attr__aria-label": "grid", - "attr__aria-readonly": "true", - "attr__class": "ReactVirtualized__Grid ReactVirtualized__List SidebarList", - "attr__role": "grid", - "attr__style": "box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__style": "overflow: visible; height: 0px;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex-1"], - "attr_id": null, - "attributes": { - "attr__class": "flex-1", - "attr__style": "position: relative;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Accordion"], - "attr_id": null, - "attributes": { - "attr__aria-busy": "false", - "attr__aria-disabled": "false", - "attr__aria-expanded": "true", - "attr__class": "Accordion" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "section", - "text": null - }, - { - "attr_class": ["Sidebar3000__lists"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__lists" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000__content"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000"], - "attr_id": null, - "attributes": { - "attr__aria-hidden": "false", - "attr__class": "Sidebar3000", - "attr__style": "--sidebar-width: 250px;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "a.Link.SidebarListItem__link:attr__class=\"Link SidebarListItem__link\"attr__draggable=\"true\"attr__href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"nth-child=\"1\"nth-of-type=\"1\";li.SidebarListItem:attr__aria-disabled=\"false\"attr__aria-invalid=\"false\"attr__class=\"SidebarListItem\"attr__id=\"sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3\"attr__style=\"height: 32px; left: 0px; position: absolute; top: 64px; width: 100%;\"attr__title=\"test@posthog.com\"attr_id=\"sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3\"nth-child=\"3\"nth-of-type=\"3\";div.ReactVirtualized__Grid__innerScrollContainer:attr__class=\"ReactVirtualized__Grid__innerScrollContainer\"attr__role=\"rowgroup\"attr__style=\"width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;\"nth-child=\"1\"nth-of-type=\"1\";div.ReactVirtualized__Grid.ReactVirtualized__List.SidebarList:attr__aria-label=\"grid\"attr__aria-readonly=\"true\"attr__class=\"ReactVirtualized__Grid ReactVirtualized__List SidebarList\"attr__role=\"grid\"attr__style=\"box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__style=\"overflow: visible; height: 0px;\"nth-child=\"1\"nth-of-type=\"1\";div.flex-1:attr__class=\"flex-1\"attr__style=\"position: relative;\"nth-child=\"2\"nth-of-type=\"2\";section.Accordion:attr__aria-busy=\"false\"attr__aria-disabled=\"false\"attr__aria-expanded=\"true\"attr__class=\"Accordion\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000__lists:attr__class=\"Sidebar3000__lists\"nth-child=\"2\"nth-of-type=\"2\";div.Sidebar3000__content:attr__class=\"Sidebar3000__content\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000:attr__aria-hidden=\"false\"attr__class=\"Sidebar3000\"attr__style=\"--sidebar-width: 250px;\"nth-child=\"2\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4ca0-a013-7c3d-9cbd-825b3733cec2", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "b99wxvg3x3924y92", - "$time": 1697797677.075, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:57.084000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-a01c-769b-aa86-7a1610aba22a", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "pd0e9vs1h9dseim5", - "$time": 1697797677.084, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "product-specific-onboarding", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:57.094000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-a082-7b23-a908-b488abaaa928", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "81zsk054pmqq1xc0", - "$time": 1697797677.187, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "cs-dashboards", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:57.196000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-a11d-73af-85b8-ed8d0af6f60c", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "h057ocr0sxdig2et", - "$time": 1697797677.342, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:27:57.623000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:57.351000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__href": "/person/bbf314c9-0877-450e-793a-f33cf151dd96" - }, - "href": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "h5", - "text": "bbf314c9-0877-450e-793a-f33cf151dd96" - }, - { - "attr_class": ["Link", "SidebarListItem__link"], - "attr_id": null, - "attributes": { - "attr__class": "Link SidebarListItem__link", - "attr__draggable": "true", - "attr__href": "/person/bbf314c9-0877-450e-793a-f33cf151dd96" - }, - "href": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "a", - "text": null - }, - { - "attr_class": ["SidebarListItem"], - "attr_id": "sidebar-bbf314c9-0877-450e-793a-f33cf151dd96", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-invalid": "false", - "attr__class": "SidebarListItem", - "attr__id": "sidebar-bbf314c9-0877-450e-793a-f33cf151dd96", - "attr__style": "height: 32px; left: 0px; position: absolute; top: 96px; width: 100%;", - "attr__title": "bbf314c9-0877-450e-793a-f33cf151dd96" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 4.0, - "order": 2.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid__innerScrollContainer"], - "attr_id": null, - "attributes": { - "attr__class": "ReactVirtualized__Grid__innerScrollContainer", - "attr__role": "rowgroup", - "attr__style": "width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid", "ReactVirtualized__List", "SidebarList"], - "attr_id": null, - "attributes": { - "attr__aria-label": "grid", - "attr__aria-readonly": "true", - "attr__class": "ReactVirtualized__Grid ReactVirtualized__List SidebarList", - "attr__role": "grid", - "attr__style": "box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__style": "overflow: visible; height: 0px;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex-1"], - "attr_id": null, - "attributes": { - "attr__class": "flex-1", - "attr__style": "position: relative;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Accordion"], - "attr_id": null, - "attributes": { - "attr__aria-busy": "false", - "attr__aria-disabled": "false", - "attr__aria-expanded": "true", - "attr__class": "Accordion" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "section", - "text": null - }, - { - "attr_class": ["Sidebar3000__lists"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__lists" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000__content"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000"], - "attr_id": null, - "attributes": { - "attr__aria-hidden": "false", - "attr__class": "Sidebar3000", - "attr__style": "--sidebar-width: 250px;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 13.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "h5:attr__href=\"/person/bbf314c9-0877-450e-793a-f33cf151dd96\"href=\"/person/bbf314c9-0877-450e-793a-f33cf151dd96\"nth-child=\"1\"nth-of-type=\"1\"text=\"bbf314c9-0877-450e-793a-f33cf151dd96\";a.Link.SidebarListItem__link:attr__class=\"Link SidebarListItem__link\"attr__draggable=\"true\"attr__href=\"/person/bbf314c9-0877-450e-793a-f33cf151dd96\"href=\"/person/bbf314c9-0877-450e-793a-f33cf151dd96\"nth-child=\"1\"nth-of-type=\"1\";li.SidebarListItem:attr__aria-disabled=\"false\"attr__aria-invalid=\"false\"attr__class=\"SidebarListItem\"attr__id=\"sidebar-bbf314c9-0877-450e-793a-f33cf151dd96\"attr__style=\"height: 32px; left: 0px; position: absolute; top: 96px; width: 100%;\"attr__title=\"bbf314c9-0877-450e-793a-f33cf151dd96\"attr_id=\"sidebar-bbf314c9-0877-450e-793a-f33cf151dd96\"nth-child=\"4\"nth-of-type=\"4\";div.ReactVirtualized__Grid__innerScrollContainer:attr__class=\"ReactVirtualized__Grid__innerScrollContainer\"attr__role=\"rowgroup\"attr__style=\"width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;\"nth-child=\"1\"nth-of-type=\"1\";div.ReactVirtualized__Grid.ReactVirtualized__List.SidebarList:attr__aria-label=\"grid\"attr__aria-readonly=\"true\"attr__class=\"ReactVirtualized__Grid ReactVirtualized__List SidebarList\"attr__role=\"grid\"attr__style=\"box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__style=\"overflow: visible; height: 0px;\"nth-child=\"1\"nth-of-type=\"1\";div.flex-1:attr__class=\"flex-1\"attr__style=\"position: relative;\"nth-child=\"2\"nth-of-type=\"2\";section.Accordion:attr__aria-busy=\"false\"attr__aria-disabled=\"false\"attr__aria-expanded=\"true\"attr__class=\"Accordion\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000__lists:attr__class=\"Sidebar3000__lists\"nth-child=\"2\"nth-of-type=\"2\";div.Sidebar3000__content:attr__class=\"Sidebar3000__content\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000:attr__aria-hidden=\"false\"attr__class=\"Sidebar3000\"attr__style=\"--sidebar-width: 250px;\"nth-child=\"2\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4ca0-a7ad-7c7c-95c6-394a4fe1e057", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "78a5df8y7e77s5ak", - "$time": 1697797679.022, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "bbf314c9-0877-450e-793a-f33cf151dd96", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.029000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-a7b3-73e0-9616-9a41d3b9f6ec", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$host": "localhost:8000", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "xzd3u2auqqufn8xp", - "$time": 1697797679.027, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.034000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-a7b5-7ab1-914c-910f91ea3d80", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$host": "localhost:8000", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "gztdmqq16s7ax9lr", - "$time": 1697797679.029, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "persons-hogql-query", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.036000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-a7b6-7f8c-87d8-47ec71ea6588", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$host": "localhost:8000", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "dzmx9uoovohdmidn", - "$time": 1697797679.03, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "hogql-insights", - "$feature_flag_response": false, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.037000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4ca0-a897-7497-bd78-4c922df74162", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$host": "localhost:8000", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "1ox32j426hf22rbq", - "$time": 1697797679.255, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "HogQLQuery", - "query": "select id, groupArray(pdi.distinct_id) as distinct_ids, properties, is_identified, created_at from persons where pdi.distinct_id={distinct_id} group by id, properties, is_identified, created_at", - "values": { - "distinct_id": "bbf314c9-0877-450e-793a-f33cf151dd96" - } - }, - "duration": 225.0999999642372, - "clickhouse_sql": "SELECT persons.id, groupArray(persons__pdi.distinct_id) AS distinct_ids, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_0)s) FROM (SELECT person.id, person.properties AS properties, person.is_identified AS is_identified, person.created_at AS created_at FROM person WHERE and(equals(person.team_id, 1), ifNull(in(tuple(person.id, person.version), (SELECT person.id, max(person.version) AS version FROM person WHERE equals(person.team_id, 1) GROUP BY person.id HAVING ifNull(equals(argMax(person.is_deleted, person.version), 0), 0))), 0)) SETTINGS optimize_aggregation_in_order=1) AS persons INNER JOIN (SELECT argMax(person_distinct_id2.person_id, person_distinct_id2.version) AS person_id, person_distinct_id2.distinct_id AS distinct_id FROM person_distinct_id2 WHERE equals(person_distinct_id2.team_id, 1) GROUP BY person_distinct_id2.distinct_id HAVING ifNull(equals(argMax(person_distinct_id2.is_deleted, person_distinct_id2.version), 0), 0)) AS persons__pdi ON equals(persons.id, persons__pdi.person_id) WHERE ifNull(equals(persons__pdi.distinct_id, %(hogql_val_1)s), 0) GROUP BY persons.id, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_2)s) LIMIT 100 SETTINGS readonly=2, max_execution_time=60, allow_experimental_object_type=1", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.262000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI" - }, - "href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "h5", - "text": "test@posthog.com" - }, - { - "attr_class": ["Link", "SidebarListItem__link"], - "attr_id": null, - "attributes": { - "attr__class": "Link SidebarListItem__link", - "attr__draggable": "true", - "attr__href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI" - }, - "href": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "a", - "text": null - }, - { - "attr_class": ["SidebarListItem"], - "attr_id": "sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-invalid": "false", - "attr__class": "SidebarListItem", - "attr__id": "sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3", - "attr__style": "height: 32px; left: 0px; position: absolute; top: 64px; width: 100%;", - "attr__title": "test@posthog.com" - }, - "href": null, - "nth_child": 3.0, - "nth_of_type": 3.0, - "order": 2.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid__innerScrollContainer"], - "attr_id": null, - "attributes": { - "attr__class": "ReactVirtualized__Grid__innerScrollContainer", - "attr__role": "rowgroup", - "attr__style": "width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ReactVirtualized__Grid", "ReactVirtualized__List", "SidebarList"], - "attr_id": null, - "attributes": { - "attr__aria-label": "grid", - "attr__aria-readonly": "true", - "attr__class": "ReactVirtualized__Grid ReactVirtualized__List SidebarList", - "attr__role": "grid", - "attr__style": "box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__style": "overflow: visible; height: 0px;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex-1"], - "attr_id": null, - "attributes": { - "attr__class": "flex-1", - "attr__style": "position: relative;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Accordion"], - "attr_id": null, - "attributes": { - "attr__aria-busy": "false", - "attr__aria-disabled": "false", - "attr__aria-expanded": "true", - "attr__class": "Accordion" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "section", - "text": null - }, - { - "attr_class": ["Sidebar3000__lists"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__lists" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000__content"], - "attr_id": null, - "attributes": { - "attr__class": "Sidebar3000__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Sidebar3000"], - "attr_id": null, - "attributes": { - "attr__aria-hidden": "false", - "attr__class": "Sidebar3000", - "attr__style": "--sidebar-width: 250px;" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 13.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "h5:attr__href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"nth-child=\"1\"nth-of-type=\"1\"text=\"test@posthog.com\";a.Link.SidebarListItem__link:attr__class=\"Link SidebarListItem__link\"attr__draggable=\"true\"attr__href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"href=\"/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI\"nth-child=\"1\"nth-of-type=\"1\";li.SidebarListItem:attr__aria-disabled=\"false\"attr__aria-invalid=\"false\"attr__class=\"SidebarListItem\"attr__id=\"sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3\"attr__style=\"height: 32px; left: 0px; position: absolute; top: 64px; width: 100%;\"attr__title=\"test@posthog.com\"attr_id=\"sidebar-krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI,018a92fd-7b25-7770-a050-577e94fd148c,018b4715-2fd1-7b9d-b1de-4cf7972a15e3\"nth-child=\"3\"nth-of-type=\"3\";div.ReactVirtualized__Grid__innerScrollContainer:attr__class=\"ReactVirtualized__Grid__innerScrollContainer\"attr__role=\"rowgroup\"attr__style=\"width: auto; height: 95872px; max-width: 250px; max-height: 95872px; overflow: hidden; position: relative;\"nth-child=\"1\"nth-of-type=\"1\";div.ReactVirtualized__Grid.ReactVirtualized__List.SidebarList:attr__aria-label=\"grid\"attr__aria-readonly=\"true\"attr__class=\"ReactVirtualized__Grid ReactVirtualized__List SidebarList\"attr__role=\"grid\"attr__style=\"box-sizing: border-box; direction: ltr; height: 312px; position: relative; width: 250px; will-change: transform; overflow: hidden auto;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__style=\"overflow: visible; height: 0px;\"nth-child=\"1\"nth-of-type=\"1\";div.flex-1:attr__class=\"flex-1\"attr__style=\"position: relative;\"nth-child=\"2\"nth-of-type=\"2\";section.Accordion:attr__aria-busy=\"false\"attr__aria-disabled=\"false\"attr__aria-expanded=\"true\"attr__class=\"Accordion\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000__lists:attr__class=\"Sidebar3000__lists\"nth-child=\"2\"nth-of-type=\"2\";div.Sidebar3000__content:attr__class=\"Sidebar3000__content\"nth-child=\"1\"nth-of-type=\"1\";div.Sidebar3000:attr__aria-hidden=\"false\"attr__class=\"Sidebar3000\"attr__style=\"--sidebar-width: 250px;\"nth-child=\"2\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4ca0-a98c-7384-b2e2-769ad052ee0b", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$host": "localhost:8000", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "je02qyvh3bhr5mgo", - "$time": 1697797679.501, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "test@posthog.com", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_pathname": "/person/bbf314c9-0877-450e-793a-f33cf151dd96", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.508000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-a98f-7b7f-97f9-94db73ef7b5d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "rv3lg9ojjqh0bazz", - "$time": 1697797679.504, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "bbf314c9-0877-450e-793a-f33cf151dd96 \u2022 Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.511000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4ca0-aa6e-72a0-b88c-a09bd8399999", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "2zh0feb6n1tf9a1f", - "$time": 1697797679.727, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "HogQLQuery", - "query": "select id, groupArray(pdi.distinct_id) as distinct_ids, properties, is_identified, created_at from persons where pdi.distinct_id={distinct_id} group by id, properties, is_identified, created_at", - "values": { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI" - } - }, - "duration": 221.60000002384186, - "clickhouse_sql": "SELECT persons.id, groupArray(persons__pdi.distinct_id) AS distinct_ids, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_0)s) FROM (SELECT person.id, person.properties AS properties, person.is_identified AS is_identified, person.created_at AS created_at FROM person WHERE and(equals(person.team_id, 1), ifNull(in(tuple(person.id, person.version), (SELECT person.id, max(person.version) AS version FROM person WHERE equals(person.team_id, 1) GROUP BY person.id HAVING ifNull(equals(argMax(person.is_deleted, person.version), 0), 0))), 0)) SETTINGS optimize_aggregation_in_order=1) AS persons INNER JOIN (SELECT argMax(person_distinct_id2.person_id, person_distinct_id2.version) AS person_id, person_distinct_id2.distinct_id AS distinct_id FROM person_distinct_id2 WHERE equals(person_distinct_id2.team_id, 1) GROUP BY person_distinct_id2.distinct_id HAVING ifNull(equals(argMax(person_distinct_id2.is_deleted, person_distinct_id2.version), 0), 0)) AS persons__pdi ON equals(persons.id, persons__pdi.person_id) WHERE ifNull(equals(persons__pdi.distinct_id, %(hogql_val_1)s), 0) GROUP BY persons.id, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_2)s) LIMIT 100 SETTINGS readonly=2, max_execution_time=60, allow_experimental_object_type=1", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:27:59.734000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "person viewed", - "id": "018b4ca0-ac64-7425-ad3b-067188569418", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "tsn5j4iw9zo6hbti", - "$time": 1697797680.229, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "properties_count": 40, - "has_email": true, - "has_name": false, - "custom_properties_count": 15, - "posthog_properties_count": 25, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:00.236000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonTabs__tab-content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs__tab-content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["LemonTabs__tab"], - "attr_id": null, - "attributes": { - "attr__aria-selected": "false", - "attr__class": "LemonTabs__tab", - "attr__role": "tab", - "attr__tabindex": "0" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": ["LemonTabs__bar"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs__bar", - "attr__role": "tablist" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "ul", - "text": null - }, - { - "attr_class": ["LemonTabs"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs", - "attr__data-attr": "persons-tabs", - "attr__style": "--lemon-tabs-slider-width: 66.671875px; --lemon-tabs-slider-offset: 64.0078125px;" - }, - "href": null, - "nth_child": 3.0, - "nth_of_type": 3.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "div.LemonTabs__tab-content:attr__class=\"LemonTabs__tab-content\"nth-child=\"1\"nth-of-type=\"1\";li.LemonTabs__tab:attr__aria-selected=\"false\"attr__class=\"LemonTabs__tab\"attr__role=\"tab\"attr__tabindex=\"0\"nth-child=\"1\"nth-of-type=\"1\";ul.LemonTabs__bar:attr__class=\"LemonTabs__bar\"attr__role=\"tablist\"nth-child=\"1\"nth-of-type=\"1\";div.LemonTabs:attr__class=\"LemonTabs\"attr__data-attr=\"persons-tabs\"attr__style=\"--lemon-tabs-slider-width: 66.671875px; --lemon-tabs-slider-offset: 64.0078125px;\"nth-child=\"3\"nth-of-type=\"3\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4ca0-ae21-7de1-bb5d-02e960372d72", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "4ibu5gfwqj4wlqr7", - "$time": 1697797680.673, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:00.680000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-ae26-7bf7-b0bb-65948958a2b2", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "gt90ymm7l7vaiptd", - "$time": 1697797680.679, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "test@posthog.com \u2022 Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:00.686000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca0-ae35-7379-9b8c-431bd55514a9", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ogr8hhsl0diyzzrf", - "$time": 1697797680.694, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "debug-react-renders", - "$feature_flag_response": false, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:00.793000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:00.701000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4ca0-b109-79b8-98c9-2d69c5db0935", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "0flk4pc1i44w8cgq", - "$time": 1697797681.417, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "SessionsTimelineQuery", - "after": "2021-01-01T18:00:00Z", - "before": "2024-01-01T06:00:00Z", - "personId": "018a92fd-a1c3-0000-4144-fb39888c298e" - }, - "duration": 476.5999999642372, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:03.798000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:01.427000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "notebook content changed", - "id": "018b4ca0-b25b-74ef-9d18-248c54b956bf", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "qoao0ux8ldt09rzp", - "$time": 1697797681.755, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:03.798000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:01.765000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca0-b25b-74ef-9d18-248b29df99ce", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "bgnhtkaiu91n6vuo", - "$time": 1697797681.755, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "title": "test@posthog.com \u2022 Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:28:03.798000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:28:01.765000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageleave", - "id": "018b4ca3-104f-7f7f-b9f6-2e4411315c0f", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "5emypqvdlqmzblda", - "$time": 1697797836.88, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:36.883000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:36.886000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$opt_in", - "id": "018b4ca3-1cf4-7218-9d6f-0303911c1193", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "dqkiz2bg4xd3ga0h", - "$time": 1697797840.118, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:40.118000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.133000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca3-1cf7-7208-b179-72da3175820e", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "pyv7tc2zaju04w06", - "$time": 1697797840.12, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "title": "PostHog", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca0-9686-7b75-ba2e-61e9c0054b65", - "$window_id": "018b4ca0-9686-7b75-ba2e-61ea857e58f0", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:40.121000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.138000+00:00", - "uuid": null - } - ], - "recording_duration_s": 72.0, - "sessionId": "018b4ca0-9686-7b75-ba2e-61e9c0054b65" - }, - { - "events": [ - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard updated", - "id": "018b4cc2-bd56-0000-ed0f-dbd6f467ac8c", - "person": null, - "properties": { - "pinned": true, - "item_count": 7, - "is_shared": false, - "created_at": "2023-09-14T09:15:00.211731+00:00", - "has_description": true, - "tags_count": 0, - "$groups": { - "instance": "http://localhost:8000", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "project": "018a92f8-b602-0000-75de-4b9073693531" - }, - "$lib": "posthog-python", - "$lib_version": "3.0.1", - "$geoip_disable": true, - "$ip": "127.0.0.1", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_1": "http://localhost:8000", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_3": "018a92f8-b602-0000-75de-4b9073693531" - }, - "timestamp": "2023-10-20T11:05:12.306000+00:00", - "uuid": null - } - ], - "recording_duration_s": null, - "sessionId": "" - }, - { - "events": [ - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$set", - "id": "018b4cc2-908b-7989-a77a-ae123bc7cbc4", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ha0xgsu9f9blyc2m", - "$time": 1697799901.323, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$set": { - "email": "test@posthog.com", - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.338000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4cc2-908c-7f15-8890-d2f9975a511c", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ud4b8d49iiqqfdil", - "$time": 1697799901.325, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "project", - "$group_key": "018a92f8-b602-0000-75de-4b9073693531", - "$group_set": { - "id": 1, - "uuid": "018a92f8-b602-0000-75de-4b9073693531", - "name": "Hedgebox", - "ingested_event": true, - "is_demo": false, - "timezone": "UTC", - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.339000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4cc2-908d-7164-bff2-c69b5d464e46", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "czd0chnpamqs1a4c", - "$time": 1697799901.325, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "organization", - "$group_key": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_set": { - "id": "018a92f8-afff-0000-efec-ca77de39e384", - "name": "Hedgebox Inc.", - "slug": "hedgebox-inc", - "created_at": "2023-09-14T09:14:46.145060Z", - "available_features": [ - "zapier", - "slack_integration", - "microsoft_teams_integration", - "discord_integration", - "apps", - "app_metrics", - "boolean_flags", - "multivariate_flags", - "persist_flags_cross_authentication", - "feature_flag_payloads", - "multiple_release_conditions", - "release_condition_overrides", - "targeting_by_group", - "local_evaluation_and_bootstrapping", - "flag_usage_stats", - "experimentation", - "group_experiments", - "funnel_experiments", - "secondary_metrics", - "statistical_analysis", - "console_logs", - "recordings_playlists", - "recordings_performance", - "recordings_file_export", - "group_analytics", - "dashboards", - "funnels", - "graphs_trends", - "paths", - "subscriptions", - "paths_advanced", - "dashboard_permissioning", - "dashboard_collaboration", - "ingestion_taxonomy", - "correlation_analysis", - "tagging", - "behavioral_cohort_filtering", - "tracked_users", - "data_retention", - "team_members", - "organizations_projects", - "api_access", - "project_based_permissioning", - "social_sso", - "sso_enforcement", - "white_labelling", - "community_support", - "dedicated_support", - "email_support", - "terms_and_conditions", - "security_assessment" - ], - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.340000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-90b0-7498-a7ad-d3ff880511c3", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "rwp5rcbgzns63s79", - "$time": 1697799901.36, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "posthog-3000", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.375000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-90b1-7bfb-9f2a-3a35e51991fe", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "rjjli19zqga47ayx", - "$time": 1697799901.361, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "enable-prompts", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.375000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-90bd-745c-b4b0-f90272791844", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "vx58g66m43l6t6f3", - "$time": 1697799901.373, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "notebooks", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.387000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4cc2-9140-73ac-b975-4e50e33b3fba", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "x03pwwegn9jrn34n", - "$time": 1697799901.504, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "instance", - "$group_key": "http://localhost:8000", - "$group_set": { - "site_url": "http://localhost:8000" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.519000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4cc2-91af-7940-abb9-c07bae63b31e", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "5r7bw5fp42mlnj6q", - "$time": 1697799901.615, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "title": "Homepage \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.629000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard loading time", - "id": "018b4cc2-93a1-7246-a6bf-a897501c968c", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "6bivi84ckma4m1y9", - "$time": 1697799902.113, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 507, - "dashboardId": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:02.127000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "viewed dashboard", - "id": "018b4cc2-9669-7d7e-8b47-0c46f32bdc04", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "m30j6hcfsn1nttq0", - "$time": 1697799902.826, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "created_at": "2023-09-14T09:15:00.211731Z", - "is_shared": false, - "pinned": true, - "creation_mode": "default", - "sample_items_count": 0, - "item_count": 7, - "created_by_system": true, - "dashboard_id": 1, - "lastRefreshed": "2023-10-20T10:20:11.963Z", - "refreshAge": 2690, - "lifecycle_count": 2, - "trends_count": 3, - "funnels_count": 1, - "retention_count": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:02.840000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonButton__content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__content" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 0.0, - "tag_name": "span", - "text": "No date range override" - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--has-side-icon", - "LemonButton--secondary", - "LemonButton--small", - "LemonButton--status-stealth" - ], - "attr_id": "daterange_selector", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-haspopup": "true", - "attr__class": "LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon", - "attr__data-attr": "date-filter", - "attr__id": "daterange_selector", - "attr__type": "button" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "button", - "text": "No date range override" - }, - { - "attr_class": ["flex", "h-8", "items-center", "shrink-0"], - "attr_id": null, - "attributes": { - "attr__class": "flex shrink-0 items-center h-8" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "space-x-4"], - "attr_id": null, - "attributes": { - "attr__class": "flex space-x-4" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "justify-between", "space-x-4"], - "attr_id": null, - "attributes": { - "attr__class": "flex space-x-4 justify-between" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["dashboard"], - "attr_id": null, - "attributes": { - "attr__class": "dashboard" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["project-homepage"], - "attr_id": null, - "attributes": { - "attr__class": "project-homepage" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "span.LemonButton__content:attr__class=\"LemonButton__content\"nth-child=\"2\"nth-of-type=\"2\"text=\"No date range override\";button.LemonButton.LemonButton--has-icon.LemonButton--has-side-icon.LemonButton--secondary.LemonButton--small.LemonButton--status-stealth:attr__aria-disabled=\"false\"attr__aria-haspopup=\"true\"attr__class=\"LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon\"attr__data-attr=\"date-filter\"attr__id=\"daterange_selector\"attr__type=\"button\"attr_id=\"daterange_selector\"nth-child=\"1\"nth-of-type=\"1\"text=\"No date range override\";div.flex.h-8.items-center.shrink-0:attr__class=\"flex shrink-0 items-center h-8\"nth-child=\"1\"nth-of-type=\"1\";div.flex.space-x-4:attr__class=\"flex space-x-4\"nth-child=\"1\"nth-of-type=\"1\";div.flex.justify-between.space-x-4:attr__class=\"flex space-x-4 justify-between\"nth-child=\"1\"nth-of-type=\"1\";div:nth-child=\"1\"nth-of-type=\"1\";div.dashboard:attr__class=\"dashboard\"nth-child=\"1\"nth-of-type=\"1\";div.project-homepage:attr__class=\"project-homepage\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-9bd1-7a01-9caf-50416be478be", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "t8lxw271peuuit3u", - "$time": 1697799904.209, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "No date range override", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:04.317000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:04.223000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": [ - "LemonButton", - "LemonButton--full-width", - "LemonButton--status-stealth", - "LemonButton--tertiary" - ], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width", - "attr__type": "button" - }, - "href": null, - "nth_child": 15.0, - "nth_of_type": 14.0, - "order": 0.0, - "tag_name": "button", - "text": "From custom date until now\u2026" - }, - { - "attr_class": ["space-y-px"], - "attr_id": null, - "attributes": { - "attr__class": "space-y-px" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__content"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__box"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__box" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover", "Popover--actionable", "Popover--enter-done"], - "attr_id": null, - "attributes": { - "attr__aria-level": "0", - "attr__class": "Popover Popover--actionable Popover--enter-done", - "attr__data-placement": "bottom-start", - "attr__style": "position: fixed; top: 95.544px; left: 318.838px; max-height: 759.456px; max-width: 1189.16px; width: initial;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__data-floating-ui-portal": "\"attr__id=", - "floating-ui-6\"attr_id": "floating-ui-6" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 12.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "button.LemonButton.LemonButton--full-width.LemonButton--status-stealth.LemonButton--tertiary:attr__class=\"LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width\"attr__type=\"button\"nth-child=\"15\"nth-of-type=\"14\"text=\"From custom date until now\u2026\";div.space-y-px:attr__class=\"space-y-px\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__content:attr__class=\"Popover__content\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__box:attr__class=\"Popover__box\"nth-child=\"1\"nth-of-type=\"1\";div.Popover.Popover--actionable.Popover--enter-done:attr__aria-level=\"0\"attr__class=\"Popover Popover--actionable Popover--enter-done\"attr__data-placement=\"bottom-start\"attr__style=\"position: fixed; top: 95.544px; left: 318.838px; max-height: 759.456px; max-width: 1189.16px; width: initial;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__data-floating-ui-portal=\"\"attr__id=\"floating-ui-6\"attr_id=\"floating-ui-6\"nth-child=\"16\"nth-of-type=\"12\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-a773-7fd0-a00b-6d36dbcef384", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "aeet4il6oqfjrsgl", - "$time": 1697799907.188, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "From custom date until now\u2026", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:07.436000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:07.200000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonIcon"], - "attr_id": null, - "attributes": { - "attr__aria-hidden": "true", - "attr__class": "LemonIcon", - "attr__fill": "none", - "attr__focusable": "false", - "attr__height": "1em", - "attr__viewBox": "0 0 24 24", - "attr__width": "1em", - "attr__xmlns": "http://www.w3.org/2000/svg" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "svg", - "text": null - }, - { - "attr_class": ["LemonButton__icon"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__icon" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "span", - "text": null - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--full-width", - "LemonButton--has-icon", - "LemonButton--no-content", - "LemonButton--status-stealth", - "LemonButton--tertiary", - "absolute-left" - ], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width LemonButton--no-content LemonButton--has-icon absolute-left", - "attr__data-attr": "lemon-calendar-month-previous", - "attr__type": "button" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "button", - "text": null - }, - { - "attr_class": ["relative"], - "attr_id": null, - "attributes": { - "attr__class": "relative" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "th", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "tr", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "thead", - "text": null - }, - { - "attr_class": ["LemonCalendar__month"], - "attr_id": null, - "attributes": { - "attr__class": "LemonCalendar__month", - "attr__data-attr": "lemon-calendar-month" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "table", - "text": null - }, - { - "attr_class": ["LemonCalendar", "flex", "gap-4", "items-start"], - "attr_id": null, - "attributes": { - "attr__class": "LemonCalendar flex items-start gap-4", - "attr__data-attr": "lemon-calendar" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["p-2"], - "attr_id": null, - "attributes": { - "attr__class": "p-2" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["LemonCalendarSelect"], - "attr_id": null, - "attributes": { - "attr__class": "LemonCalendarSelect", - "attr__data-attr": "lemon-calendar-select" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__content"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__box"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__box" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover", "Popover--actionable", "Popover--enter-done"], - "attr_id": null, - "attributes": { - "attr__aria-level": "0", - "attr__class": "Popover Popover--actionable Popover--enter-done", - "attr__data-placement": "bottom-start", - "attr__style": "position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__data-floating-ui-portal": "\"attr__id=", - "floating-ui-6\"attr_id": "floating-ui-6" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 12.0, - "order": 13.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 14.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "svg.LemonIcon:attr__aria-hidden=\"true\"attr__class=\"LemonIcon\"attr__fill=\"none\"attr__focusable=\"false\"attr__height=\"1em\"attr__viewBox=\"0 0 24 24\"attr__width=\"1em\"attr__xmlns=\"http://www.w3.org/2000/svg\"nth-child=\"1\"nth-of-type=\"1\";span.LemonButton__icon:attr__class=\"LemonButton__icon\"nth-child=\"1\"nth-of-type=\"1\";button.LemonButton.LemonButton--full-width.LemonButton--has-icon.LemonButton--no-content.LemonButton--status-stealth.LemonButton--tertiary.absolute-left:attr__class=\"LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width LemonButton--no-content LemonButton--has-icon absolute-left\"attr__data-attr=\"lemon-calendar-month-previous\"attr__type=\"button\"nth-child=\"1\"nth-of-type=\"1\";th.relative:attr__class=\"relative\"nth-child=\"1\"nth-of-type=\"1\";tr:nth-child=\"1\"nth-of-type=\"1\";thead:nth-child=\"1\"nth-of-type=\"1\";table.LemonCalendar__month:attr__class=\"LemonCalendar__month\"attr__data-attr=\"lemon-calendar-month\"nth-child=\"1\"nth-of-type=\"1\";div.LemonCalendar.flex.gap-4.items-start:attr__class=\"LemonCalendar flex items-start gap-4\"attr__data-attr=\"lemon-calendar\"nth-child=\"1\"nth-of-type=\"1\";div.p-2:attr__class=\"p-2\"nth-child=\"2\"nth-of-type=\"2\";div.LemonCalendarSelect:attr__class=\"LemonCalendarSelect\"attr__data-attr=\"lemon-calendar-select\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__content:attr__class=\"Popover__content\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__box:attr__class=\"Popover__box\"nth-child=\"1\"nth-of-type=\"1\";div.Popover.Popover--actionable.Popover--enter-done:attr__aria-level=\"0\"attr__class=\"Popover Popover--actionable Popover--enter-done\"attr__data-placement=\"bottom-start\"attr__style=\"position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__data-floating-ui-portal=\"\"attr__id=\"floating-ui-6\"attr_id=\"floating-ui-6\"nth-child=\"16\"nth-of-type=\"12\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-adb8-743c-8b0c-2d058759323d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "b1np3outhrtw2umv", - "$time": 1697799908.792, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:10.440000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:08.797000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__d": "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z", - "attr__fill": "currentColor" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "path", - "text": null - }, - { - "attr_class": ["LemonIcon"], - "attr_id": null, - "attributes": { - "attr__aria-hidden": "true", - "attr__class": "LemonIcon", - "attr__fill": "none", - "attr__focusable": "false", - "attr__height": "1em", - "attr__viewBox": "0 0 24 24", - "attr__width": "1em", - "attr__xmlns": "http://www.w3.org/2000/svg" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "svg", - "text": null - }, - { - "attr_class": ["LemonButton__icon"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__icon" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "span", - "text": null - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--no-content", - "LemonButton--no-padding", - "LemonButton--small", - "LemonButton--status-stealth", - "LemonButton--tertiary" - ], - "attr_id": null, - "attributes": { - "attr__aria-label": "close", - "attr__class": "LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--no-padding LemonButton--small LemonButton--no-content LemonButton--has-icon", - "attr__type": "button" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "button", - "text": null - }, - { - "attr_class": ["border-b", "flex", "justify-between", "p-2", "pb-4"], - "attr_id": null, - "attributes": { - "attr__class": "flex justify-between border-b p-2 pb-4" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["LemonCalendarSelect"], - "attr_id": null, - "attributes": { - "attr__class": "LemonCalendarSelect", - "attr__data-attr": "lemon-calendar-select" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__content"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__box"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__box" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover", "Popover--actionable", "Popover--enter-done"], - "attr_id": null, - "attributes": { - "attr__aria-level": "0", - "attr__class": "Popover Popover--actionable Popover--enter-done", - "attr__data-placement": "bottom-start", - "attr__style": "position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__data-floating-ui-portal": "\"attr__id=", - "floating-ui-6\"attr_id": "floating-ui-6" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 12.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "path:attr__d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z\"attr__fill=\"currentColor\"nth-child=\"1\"nth-of-type=\"1\";svg.LemonIcon:attr__aria-hidden=\"true\"attr__class=\"LemonIcon\"attr__fill=\"none\"attr__focusable=\"false\"attr__height=\"1em\"attr__viewBox=\"0 0 24 24\"attr__width=\"1em\"attr__xmlns=\"http://www.w3.org/2000/svg\"nth-child=\"1\"nth-of-type=\"1\";span.LemonButton__icon:attr__class=\"LemonButton__icon\"nth-child=\"1\"nth-of-type=\"1\";button.LemonButton.LemonButton--has-icon.LemonButton--no-content.LemonButton--no-padding.LemonButton--small.LemonButton--status-stealth.LemonButton--tertiary:attr__aria-label=\"close\"attr__class=\"LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--no-padding LemonButton--small LemonButton--no-content LemonButton--has-icon\"attr__type=\"button\"nth-child=\"2\"nth-of-type=\"1\";div.border-b.flex.justify-between.p-2.pb-4:attr__class=\"flex justify-between border-b p-2 pb-4\"nth-child=\"1\"nth-of-type=\"1\";div.LemonCalendarSelect:attr__class=\"LemonCalendarSelect\"attr__data-attr=\"lemon-calendar-select\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__content:attr__class=\"Popover__content\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__box:attr__class=\"Popover__box\"nth-child=\"1\"nth-of-type=\"1\";div.Popover.Popover--actionable.Popover--enter-done:attr__aria-level=\"0\"attr__class=\"Popover Popover--actionable Popover--enter-done\"attr__data-placement=\"bottom-start\"attr__style=\"position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__data-floating-ui-portal=\"\"attr__id=\"floating-ui-6\"attr_id=\"floating-ui-6\"nth-child=\"16\"nth-of-type=\"12\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-b4f2-7fd1-96fd-33b43dbbba31", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "q4ton426hanvq70d", - "$time": 1697799910.643, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:10.652000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": [ - "LemonButton", - "LemonButton--status-stealth", - "LemonButton--tertiary", - "RollingDateRangeFilter", - "ant-tooltip-open" - ], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton LemonButton--tertiary LemonButton--status-stealth RollingDateRangeFilter ant-tooltip-open", - "attr__data-attr": "rolling-date-range-filter", - "attr__type": "button" - }, - "href": null, - "nth_child": 13.0, - "nth_of_type": 13.0, - "order": 0.0, - "tag_name": "button", - "text": null - }, - { - "attr_class": ["space-y-px"], - "attr_id": null, - "attributes": { - "attr__class": "space-y-px" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__content"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__box"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__box" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover", "Popover--actionable", "Popover--enter-done"], - "attr_id": null, - "attributes": { - "attr__aria-level": "0", - "attr__class": "Popover Popover--actionable Popover--enter-done", - "attr__data-placement": "bottom-start", - "attr__style": "position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__data-floating-ui-portal": "\"attr__id=", - "floating-ui-6\"attr_id": "floating-ui-6" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 12.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "button.LemonButton.LemonButton--status-stealth.LemonButton--tertiary.RollingDateRangeFilter.ant-tooltip-open:attr__class=\"LemonButton LemonButton--tertiary LemonButton--status-stealth RollingDateRangeFilter ant-tooltip-open\"attr__data-attr=\"rolling-date-range-filter\"attr__type=\"button\"nth-child=\"13\"nth-of-type=\"13\";div.space-y-px:attr__class=\"space-y-px\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__content:attr__class=\"Popover__content\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__box:attr__class=\"Popover__box\"nth-child=\"1\"nth-of-type=\"1\";div.Popover.Popover--actionable.Popover--enter-done:attr__aria-level=\"0\"attr__class=\"Popover Popover--actionable Popover--enter-done\"attr__data-placement=\"bottom-start\"attr__style=\"position: fixed; top: 96px; left: 316px; max-height: 759px; max-width: 1192px; width: initial;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__data-floating-ui-portal=\"\"attr__id=\"floating-ui-6\"attr_id=\"floating-ui-6\"nth-child=\"16\"nth-of-type=\"12\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-ba8a-744a-9296-ae83a0fb678c", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "9hbicf15by04k3kk", - "$time": 1697799912.074, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:12.083000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard date range changed", - "id": "018b4cc2-ba98-7ad6-98aa-a99547036166", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "uwqspa6yuoq5q75h", - "$time": 1697799912.089, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "date_from": "-3d", - "date_to": "", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:12.098000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard analyzed", - "id": "018b4cc2-bb85-7403-a87c-f4ba1a76997f", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "6q7tobdbp8r841sq", - "$time": 1697799912.326, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "created_at": "2023-09-14T09:15:00.211731Z", - "is_shared": false, - "pinned": true, - "creation_mode": "default", - "sample_items_count": 0, - "item_count": 7, - "created_by_system": true, - "dashboard_id": 1, - "lastRefreshed": "2023-10-20T10:20:11.963Z", - "refreshAge": 2700, - "lifecycle_count": 2, - "trends_count": 3, - "funnels_count": 1, - "retention_count": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:12.335000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-bc1a-78b3-8dd2-62a1da584a79", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "rlklgku5nltwckj1", - "$time": 1697799912.475, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "hogql-insights", - "$feature_flag_response": false, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:12.484000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "dashboard refreshed", - "id": "018b4cc2-bc66-7cf9-b8b3-9b34a5a4bda5", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "lacrgsirai9uzwji", - "$time": 1697799912.551, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "dashboard_id": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:12.560000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonButton__content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__content" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 0.0, - "tag_name": "span", - "text": "Last 3 days" - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--has-side-icon", - "LemonButton--secondary", - "LemonButton--small", - "LemonButton--status-stealth" - ], - "attr_id": "daterange_selector", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-haspopup": "true", - "attr__class": "LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon", - "attr__data-attr": "date-filter", - "attr__id": "daterange_selector", - "attr__type": "button" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "button", - "text": "Last 3 days" - }, - { - "attr_class": ["flex", "h-8", "items-center", "shrink-0"], - "attr_id": null, - "attributes": { - "attr__class": "flex shrink-0 items-center h-8" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "space-x-4"], - "attr_id": null, - "attributes": { - "attr__class": "flex space-x-4" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "justify-between", "space-x-4"], - "attr_id": null, - "attributes": { - "attr__class": "flex space-x-4 justify-between" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["dashboard"], - "attr_id": null, - "attributes": { - "attr__class": "dashboard" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["project-homepage"], - "attr_id": null, - "attributes": { - "attr__class": "project-homepage" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 12.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "span.LemonButton__content:attr__class=\"LemonButton__content\"nth-child=\"2\"nth-of-type=\"2\"text=\"Last 3 days\";button.LemonButton.LemonButton--has-icon.LemonButton--has-side-icon.LemonButton--secondary.LemonButton--small.LemonButton--status-stealth:attr__aria-disabled=\"false\"attr__aria-haspopup=\"true\"attr__class=\"LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon\"attr__data-attr=\"date-filter\"attr__id=\"daterange_selector\"attr__type=\"button\"attr_id=\"daterange_selector\"nth-child=\"1\"nth-of-type=\"1\"text=\"Last 3 days\";div.flex.h-8.items-center.shrink-0:attr__class=\"flex shrink-0 items-center h-8\"nth-child=\"1\"nth-of-type=\"1\";div.flex.space-x-4:attr__class=\"flex space-x-4\"nth-child=\"1\"nth-of-type=\"1\";div.flex.justify-between.space-x-4:attr__class=\"flex space-x-4 justify-between\"nth-child=\"1\"nth-of-type=\"1\";div:nth-child=\"1\"nth-of-type=\"1\";div.dashboard:attr__class=\"dashboard\"nth-child=\"1\"nth-of-type=\"1\";div.project-homepage:attr__class=\"project-homepage\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-bfa8-7a18-88bc-4c4df6cabd69", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "h9m0b1qconuwsw62", - "$time": 1697799913.386, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "Last 3 days", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:13.450000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:13.395000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c072-7506-930b-471161be099f", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "jnfwtms067nt0iva", - "$time": 1697799913.586, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 1053, - "insightShortId": "dr2P0xDf", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:13.602000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c10e-75bc-9275-189e47433d83", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "c2ryrw33lz0vijd7", - "$time": 1697799913.743, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 1210, - "insightShortId": "gynVFet7", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:13.759000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c252-7c6f-b0d3-e2f321447b77", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "u7298ffp3754ebcm", - "$time": 1697799914.066, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 1534, - "insightShortId": "XijxpxgK", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:14.082000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c3c4-7ea1-8759-3043985f1e2a", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "sij6r7mjdn0dkglr", - "$time": 1697799914.436, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 1904, - "insightShortId": "12cRYEnk", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:14.453000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c4f5-77be-993e-9d88a05d46f8", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "gh9axm48pflzlu2l", - "$time": 1697799914.742, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 2209, - "insightShortId": "VRqTSTUU", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:14.758000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c5f7-7ff9-ac9c-9b0b7d7fcf7b", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "sshoh198v54qzg5s", - "$time": 1697799914.999, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 2466, - "insightShortId": "X4vwqdC6", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:15.015000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight refresh time", - "id": "018b4cc2-c6f4-7638-b108-639ce32e1062", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "45hmgrym77londxt", - "$time": 1697799915.253, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "loadingMilliseconds": 2720, - "insightShortId": "vTZuWkZE", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:15.269000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": [ - "LemonButton", - "LemonButton--full-width", - "LemonButton--status-stealth", - "LemonButton--tertiary" - ], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width", - "attr__type": "button" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 15.0, - "order": 0.0, - "tag_name": "button", - "text": "Custom fixed date range\u2026" - }, - { - "attr_class": ["space-y-px"], - "attr_id": null, - "attributes": { - "attr__class": "space-y-px" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__content"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover__box"], - "attr_id": null, - "attributes": { - "attr__class": "Popover__box" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Popover", "Popover--actionable", "Popover--enter-done"], - "attr_id": null, - "attributes": { - "attr__aria-level": "0", - "attr__class": "Popover Popover--actionable Popover--enter-done", - "attr__data-placement": "bottom-start", - "attr__style": "position: fixed; top: 95.5747px; left: 317.718px; max-height: 759.425px; max-width: 1190.28px; width: initial;" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__data-floating-ui-portal": "\"attr__id=", - "floating-ui-6\"attr_id": "floating-ui-6" - }, - "href": null, - "nth_child": 16.0, - "nth_of_type": 12.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "button.LemonButton.LemonButton--full-width.LemonButton--status-stealth.LemonButton--tertiary:attr__class=\"LemonButton LemonButton--tertiary LemonButton--status-stealth LemonButton--full-width\"attr__type=\"button\"nth-child=\"16\"nth-of-type=\"15\"text=\"Custom fixed date range\u2026\";div.space-y-px:attr__class=\"space-y-px\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__content:attr__class=\"Popover__content\"nth-child=\"1\"nth-of-type=\"1\";div.Popover__box:attr__class=\"Popover__box\"nth-child=\"1\"nth-of-type=\"1\";div.Popover.Popover--actionable.Popover--enter-done:attr__aria-level=\"0\"attr__class=\"Popover Popover--actionable Popover--enter-done\"attr__data-placement=\"bottom-start\"attr__style=\"position: fixed; top: 95.5747px; left: 317.718px; max-height: 759.425px; max-width: 1190.28px; width: initial;\"nth-child=\"1\"nth-of-type=\"1\";div:attr__data-floating-ui-portal=\"\"attr__id=\"floating-ui-6\"attr_id=\"floating-ui-6\"nth-child=\"16\"nth-of-type=\"12\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-caed-756a-af22-999c0b649d92", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ubrot88ulvd6b8lg", - "$time": 1697799916.27, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "Custom fixed date range\u2026", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:16.465000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:16.286000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": null, - "attr_id": null, - "attributes": { - "attr__clip-rule": "evenodd", - "attr__d": "M12.162 3.12a.25.25 0 0 0-.324 0l-7.25 6.152a.25.25 0 0 0-.088.191v9.787c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-3.5c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v3.5c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25V9.463a.25.25 0 0 0-.088-.19l-7.25-6.152Zm-1.294-1.143a1.75 1.75 0 0 1 2.264 0l7.25 6.152c.392.332.618.82.618 1.334v9.787A1.75 1.75 0 0 1 19.25 21h-4a1.75 1.75 0 0 1-1.75-1.75v-3.5a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25v3.5A1.75 1.75 0 0 1 8.75 21h-4A1.75 1.75 0 0 1 3 19.25V9.463c0-.514.226-1.002.618-1.334l7.25-6.152Z", - "attr__fill-rule": "evenodd", - "attr__href": "/home" - }, - "href": "/home", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "path", - "text": null - }, - { - "attr_class": ["LemonIcon"], - "attr_id": null, - "attributes": { - "attr__class": "LemonIcon", - "attr__fill": "currentColor", - "attr__viewBox": "0 0 24 24", - "attr__width": "100%", - "attr__xmlns": "http://www.w3.org/2000/svg" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "svg", - "text": null - }, - { - "attr_class": ["LemonButton__icon"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__icon" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "span", - "text": null - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--no-content", - "LemonButton--status-primary", - "LemonButton--tertiary", - "Link", - "ant-tooltip-open" - ], - "attr_id": null, - "attributes": { - "attr__class": "Link LemonButton LemonButton--tertiary LemonButton--status-primary LemonButton--no-content LemonButton--has-icon ant-tooltip-open", - "attr__data-attr": "menu-item-projecthomepage", - "attr__draggable": "true", - "attr__href": "/home" - }, - "href": "/home", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "a", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "ul", - "text": null - }, - { - "attr_class": ["Navbar3000__top"], - "attr_id": null, - "attributes": { - "attr__class": "Navbar3000__top" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navbar3000__content"], - "attr_id": null, - "attributes": { - "attr__class": "Navbar3000__content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navbar3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navbar3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "nav", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "path:attr__clip-rule=\"evenodd\"attr__d=\"M12.162 3.12a.25.25 0 0 0-.324 0l-7.25 6.152a.25.25 0 0 0-.088.191v9.787c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-3.5c0-.966.784-1.75 1.75-1.75h2.5c.966 0 1.75.784 1.75 1.75v3.5c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25V9.463a.25.25 0 0 0-.088-.19l-7.25-6.152Zm-1.294-1.143a1.75 1.75 0 0 1 2.264 0l7.25 6.152c.392.332.618.82.618 1.334v9.787A1.75 1.75 0 0 1 19.25 21h-4a1.75 1.75 0 0 1-1.75-1.75v-3.5a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25v3.5A1.75 1.75 0 0 1 8.75 21h-4A1.75 1.75 0 0 1 3 19.25V9.463c0-.514.226-1.002.618-1.334l7.25-6.152Z\"attr__fill-rule=\"evenodd\"attr__href=\"/home\"href=\"/home\"nth-child=\"1\"nth-of-type=\"1\";svg.LemonIcon:attr__class=\"LemonIcon\"attr__fill=\"currentColor\"attr__viewBox=\"0 0 24 24\"attr__width=\"100%\"attr__xmlns=\"http://www.w3.org/2000/svg\"nth-child=\"1\"nth-of-type=\"1\";span.LemonButton__icon:attr__class=\"LemonButton__icon\"nth-child=\"1\"nth-of-type=\"1\";a.LemonButton.LemonButton--has-icon.LemonButton--no-content.LemonButton--status-primary.LemonButton--tertiary.Link.ant-tooltip-open:attr__class=\"Link LemonButton LemonButton--tertiary LemonButton--status-primary LemonButton--no-content LemonButton--has-icon ant-tooltip-open\"attr__data-attr=\"menu-item-projecthomepage\"attr__draggable=\"true\"attr__href=\"/home\"href=\"/home\"nth-child=\"1\"nth-of-type=\"1\";li:nth-child=\"1\"nth-of-type=\"1\";ul:nth-child=\"1\"nth-of-type=\"1\";div.Navbar3000__top:attr__class=\"Navbar3000__top\"nth-child=\"1\"nth-of-type=\"1\";div.Navbar3000__content:attr__class=\"Navbar3000__content\"nth-child=\"1\"nth-of-type=\"1\";nav.Navbar3000:attr__class=\"Navbar3000\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-d38c-7d90-9fc6-230883fb4c9d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "az8i1ijfsp7dcu8f", - "$time": 1697799918.476, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:19.477000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:18.486000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-d395-72e8-a051-8b267d8e7066", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "wqe2gfkuym7xcp8o", - "$time": 1697799918.485, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "product-specific-onboarding", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:19.477000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:18.495000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4cc2-d398-7794-933f-fa78a242c2cb", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "pbwgsdeb7kudbck5", - "$time": 1697799918.489, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "title": "Homepage \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:19.477000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:18.498000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--has-side-icon", - "LemonButton--primary", - "LemonButton--small", - "LemonButton--status-primary", - "Link" - ], - "attr_id": null, - "attributes": { - "attr__class": "Link LemonButton LemonButton--primary LemonButton--status-primary LemonButton--small LemonButton--has-icon LemonButton--has-side-icon", - "attr__data-attr": "saved-insights-new-insight-button", - "attr__draggable": "true", - "attr__href": "/insights/new" - }, - "href": "/insights/new", - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "a", - "text": "New insight" - }, - { - "attr_class": ["LemonButtonWithSideAction", "LemonButtonWithSideAction--small"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButtonWithSideAction LemonButtonWithSideAction--small" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Breadcrumbs3000__actions"], - "attr_id": null, - "attributes": { - "attr__class": "Breadcrumbs3000__actions" - }, - "href": null, - "nth_child": 7.0, - "nth_of_type": 6.0, - "order": 2.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Breadcrumbs3000"], - "attr_id": null, - "attributes": { - "attr__class": "Breadcrumbs3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "a.LemonButton.LemonButton--has-icon.LemonButton--has-side-icon.LemonButton--primary.LemonButton--small.LemonButton--status-primary.Link:attr__class=\"Link LemonButton LemonButton--primary LemonButton--status-primary LemonButton--small LemonButton--has-icon LemonButton--has-side-icon\"attr__data-attr=\"saved-insights-new-insight-button\"attr__draggable=\"true\"attr__href=\"/insights/new\"href=\"/insights/new\"nth-child=\"1\"nth-of-type=\"1\"text=\"New insight\";div.LemonButtonWithSideAction.LemonButtonWithSideAction--small:attr__class=\"LemonButtonWithSideAction LemonButtonWithSideAction--small\"nth-child=\"2\"nth-of-type=\"1\";div.Breadcrumbs3000__actions:attr__class=\"Breadcrumbs3000__actions\"nth-child=\"7\"nth-of-type=\"6\";div.Breadcrumbs3000:attr__class=\"Breadcrumbs3000\"nth-child=\"1\"nth-of-type=\"1\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-d79c-7232-afc4-a7c7814d2b09", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$host": "localhost:8000", - "$pathname": "/home", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ak2ihfmu0jx88a2d", - "$time": 1697799919.516, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "New insight", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/home", - "$pathname": "/home", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/home", - "$initial_pathname": "/home", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:19.533000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-d81e-7875-a2ac-8846ffd710c1", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ccaf8o48a027gcdt", - "$time": 1697799919.646, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "funnels-cue-opt-out-7301", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:19.663000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4cc2-d835-7d31-af5a-5294ec922967", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "fnd160khukj3ji6d", - "$time": 1697799919.669, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "smoothing-interval", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:19.686000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4cc2-d922-77e2-bc50-8d34466436e3", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "p3n4m8xa3afpo3tx", - "$time": 1697799919.906, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "title": "Unnamed \u2022 Insights \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:19.923000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4cc2-d937-7dc2-a69b-339daae7720d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "b1ukfohazj37608n", - "$time": 1697799919.927, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "TrendsQuery", - "filterTestAccounts": false, - "series": [ - { - "kind": "EventsNode", - "event": "$pageview", - "name": "$pageview", - "math": "total" - } - ], - "interval": "day", - "trendsFilter": { - "display": "ActionsLineGraph" - } - }, - "duration": 275.5999999642372, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:19.944000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight created", - "id": "018b4cc2-d9b7-7c1f-a9e9-94c564b7a7de", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "wj66f9ygnvcad5wh", - "$time": 1697799920.055, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "insight": "TRENDS", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:20.072000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonButton__content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__content" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 0.0, - "tag_name": "span", - "text": "Last 7 days" - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--has-icon", - "LemonButton--has-side-icon", - "LemonButton--secondary", - "LemonButton--small", - "LemonButton--status-stealth" - ], - "attr_id": "daterange_selector", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-haspopup": "true", - "attr__class": "LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon", - "attr__data-attr": "date-filter", - "attr__id": "daterange_selector", - "attr__type": "button" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "button", - "text": "Last 7 days" - }, - { - "attr_class": ["flex", "items-center", "space-x-2", "text-sm"], - "attr_id": null, - "attributes": { - "attr__class": "space-x-2 flex items-center text-sm" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "span", - "text": null - }, - { - "attr_class": ["flex", "flex-wrap", "gap-x-2", "gap-y-2", "items-center", "my-2"], - "attr_id": null, - "attributes": { - "attr__class": "flex items-center gap-x-2 flex-wrap my-2 gap-y-2" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "flex-wrap", "items-center", "justify-between"], - "attr_id": null, - "attributes": { - "attr__class": "flex justify-between items-center flex-wrap", - "attr__data-attr": "insight-filters" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head-title"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head-title" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head-wrapper"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head-wrapper" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card", "ant-card-bordered", "insights-graph-container"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card ant-card-bordered insights-graph-container", - "attr__data-attr": "insights-graph" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insights-container"], - "attr_id": null, - "attributes": { - "attr__class": "insights-container", - "attr__data-attr": "insight-view" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insight-wrapper"], - "attr_id": null, - "attributes": { - "attr__class": "insight-wrapper" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 4.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insights-page"], - "attr_id": null, - "attributes": { - "attr__class": "insights-page" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 12.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 13.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 14.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 15.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 16.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "span.LemonButton__content:attr__class=\"LemonButton__content\"nth-child=\"2\"nth-of-type=\"2\"text=\"Last 7 days\";button.LemonButton.LemonButton--has-icon.LemonButton--has-side-icon.LemonButton--secondary.LemonButton--small.LemonButton--status-stealth:attr__aria-disabled=\"false\"attr__aria-haspopup=\"true\"attr__class=\"LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--has-icon LemonButton--has-side-icon\"attr__data-attr=\"date-filter\"attr__id=\"daterange_selector\"attr__type=\"button\"attr_id=\"daterange_selector\"nth-child=\"1\"nth-of-type=\"1\"text=\"Last 7 days\";span.flex.items-center.space-x-2.text-sm:attr__class=\"space-x-2 flex items-center text-sm\"nth-child=\"1\"nth-of-type=\"1\";div.flex.flex-wrap.gap-x-2.gap-y-2.items-center.my-2:attr__class=\"flex items-center gap-x-2 flex-wrap my-2 gap-y-2\"nth-child=\"1\"nth-of-type=\"1\";div.flex.flex-wrap.items-center.justify-between:attr__class=\"flex justify-between items-center flex-wrap\"attr__data-attr=\"insight-filters\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head-title:attr__class=\"ant-card-head-title\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head-wrapper:attr__class=\"ant-card-head-wrapper\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head:attr__class=\"ant-card-head\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card.ant-card-bordered.insights-graph-container:attr__class=\"ant-card ant-card-bordered insights-graph-container\"attr__data-attr=\"insights-graph\"nth-child=\"1\"nth-of-type=\"1\";div.insights-container:attr__class=\"insights-container\"attr__data-attr=\"insight-view\"nth-child=\"2\"nth-of-type=\"2\";div.insight-wrapper:attr__class=\"insight-wrapper\"nth-child=\"4\"nth-of-type=\"4\";div.insights-page:attr__class=\"insights-page\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-e0d4-72f0-8d6d-5b301c3790d8", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "knfewpc9dbfjykww", - "$time": 1697799921.876, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "Last 7 days", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:22.490000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:21.893000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonButton__content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonButton__content" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 0.0, - "tag_name": "span", - "text": "Last 7 days" - }, - { - "attr_class": [ - "LemonButton", - "LemonButton--active", - "LemonButton--has-icon", - "LemonButton--has-side-icon", - "LemonButton--secondary", - "LemonButton--small", - "LemonButton--status-stealth" - ], - "attr_id": "daterange_selector", - "attributes": { - "attr__aria-disabled": "false", - "attr__aria-haspopup": "true", - "attr__class": "LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--active LemonButton--has-icon LemonButton--has-side-icon", - "attr__data-attr": "date-filter", - "attr__id": "daterange_selector", - "attr__type": "button" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 1.0, - "tag_name": "button", - "text": "Last 7 days" - }, - { - "attr_class": ["flex", "items-center", "space-x-2", "text-sm"], - "attr_id": null, - "attributes": { - "attr__class": "space-x-2 flex items-center text-sm" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "span", - "text": null - }, - { - "attr_class": ["flex", "flex-wrap", "gap-x-2", "gap-y-2", "items-center", "my-2"], - "attr_id": null, - "attributes": { - "attr__class": "flex items-center gap-x-2 flex-wrap my-2 gap-y-2" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["flex", "flex-wrap", "items-center", "justify-between"], - "attr_id": null, - "attributes": { - "attr__class": "flex justify-between items-center flex-wrap", - "attr__data-attr": "insight-filters" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head-title"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head-title" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head-wrapper"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head-wrapper" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card-head"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card-head" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["ant-card", "ant-card-bordered", "insights-graph-container"], - "attr_id": null, - "attributes": { - "attr__class": "ant-card ant-card-bordered insights-graph-container", - "attr__data-attr": "insights-graph" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insights-container"], - "attr_id": null, - "attributes": { - "attr__class": "insights-container", - "attr__data-attr": "insight-view" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 9.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insight-wrapper"], - "attr_id": null, - "attributes": { - "attr__class": "insight-wrapper" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 4.0, - "order": 10.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insights-page"], - "attr_id": null, - "attributes": { - "attr__class": "insights-page" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 11.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 12.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 13.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 14.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 15.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 16.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "span.LemonButton__content:attr__class=\"LemonButton__content\"nth-child=\"2\"nth-of-type=\"2\"text=\"Last 7 days\";button.LemonButton.LemonButton--active.LemonButton--has-icon.LemonButton--has-side-icon.LemonButton--secondary.LemonButton--small.LemonButton--status-stealth:attr__aria-disabled=\"false\"attr__aria-haspopup=\"true\"attr__class=\"LemonButton LemonButton--secondary LemonButton--status-stealth LemonButton--small LemonButton--active LemonButton--has-icon LemonButton--has-side-icon\"attr__data-attr=\"date-filter\"attr__id=\"daterange_selector\"attr__type=\"button\"attr_id=\"daterange_selector\"nth-child=\"1\"nth-of-type=\"1\"text=\"Last 7 days\";span.flex.items-center.space-x-2.text-sm:attr__class=\"space-x-2 flex items-center text-sm\"nth-child=\"1\"nth-of-type=\"1\";div.flex.flex-wrap.gap-x-2.gap-y-2.items-center.my-2:attr__class=\"flex items-center gap-x-2 flex-wrap my-2 gap-y-2\"nth-child=\"1\"nth-of-type=\"1\";div.flex.flex-wrap.items-center.justify-between:attr__class=\"flex justify-between items-center flex-wrap\"attr__data-attr=\"insight-filters\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head-title:attr__class=\"ant-card-head-title\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head-wrapper:attr__class=\"ant-card-head-wrapper\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card-head:attr__class=\"ant-card-head\"nth-child=\"1\"nth-of-type=\"1\";div.ant-card.ant-card-bordered.insights-graph-container:attr__class=\"ant-card ant-card-bordered insights-graph-container\"attr__data-attr=\"insights-graph\"nth-child=\"1\"nth-of-type=\"1\";div.insights-container:attr__class=\"insights-container\"attr__data-attr=\"insight-view\"nth-child=\"2\"nth-of-type=\"2\";div.insight-wrapper:attr__class=\"insight-wrapper\"nth-child=\"4\"nth-of-type=\"4\";div.insights-page:attr__class=\"insights-page\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-e3eb-739f-9033-12ea1e9c896e", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "33gzljaml77fxfme", - "$time": 1697799922.668, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "$el_text": "Last 7 days", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:25.504000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:22.675000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [ - { - "attr_class": ["LemonTabs__tab-content"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs__tab-content" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 0.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["LemonTabs__tab"], - "attr_id": null, - "attributes": { - "attr__aria-selected": "false", - "attr__class": "LemonTabs__tab", - "attr__role": "tab", - "attr__tabindex": "0" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 1.0, - "tag_name": "li", - "text": null - }, - { - "attr_class": ["LemonTabs__bar"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs__bar", - "attr__role": "tablist" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 2.0, - "tag_name": "ul", - "text": null - }, - { - "attr_class": ["LemonTabs"], - "attr_id": null, - "attributes": { - "attr__class": "LemonTabs", - "attr__style": "--lemon-tabs-slider-width: 44.171875px; --lemon-tabs-slider-offset: 0px;" - }, - "href": null, - "nth_child": 3.0, - "nth_of_type": 3.0, - "order": 3.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["insights-page"], - "attr_id": null, - "attributes": { - "attr__class": "insights-page" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 4.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["Navigation3000__scene"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000__scene" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 2.0, - "order": 5.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": null, - "attributes": {}, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 6.0, - "tag_name": "main", - "text": null - }, - { - "attr_class": ["Navigation3000"], - "attr_id": null, - "attributes": { - "attr__class": "Navigation3000" - }, - "href": null, - "nth_child": 1.0, - "nth_of_type": 1.0, - "order": 7.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": null, - "attr_id": "root", - "attributes": { - "attr__id": "root" - }, - "href": null, - "nth_child": 4.0, - "nth_of_type": 1.0, - "order": 8.0, - "tag_name": "div", - "text": null - }, - { - "attr_class": ["posthog-3000"], - "attr_id": null, - "attributes": { - "attr__class": "posthog-3000", - "attr__theme": "light" - }, - "href": null, - "nth_child": 2.0, - "nth_of_type": 1.0, - "order": 9.0, - "tag_name": "body", - "text": null - } - ], - "elements_chain": "div.LemonTabs__tab-content:attr__class=\"LemonTabs__tab-content\"nth-child=\"1\"nth-of-type=\"1\";li.LemonTabs__tab:attr__aria-selected=\"false\"attr__class=\"LemonTabs__tab\"attr__role=\"tab\"attr__tabindex=\"0\"nth-child=\"2\"nth-of-type=\"2\";ul.LemonTabs__bar:attr__class=\"LemonTabs__bar\"attr__role=\"tablist\"nth-child=\"1\"nth-of-type=\"1\";div.LemonTabs:attr__class=\"LemonTabs\"attr__style=\"--lemon-tabs-slider-width: 44.171875px; --lemon-tabs-slider-offset: 0px;\"nth-child=\"3\"nth-of-type=\"3\";div.insights-page:attr__class=\"insights-page\"nth-child=\"1\"nth-of-type=\"1\";div.Navigation3000__scene:attr__class=\"Navigation3000__scene\"nth-child=\"2\"nth-of-type=\"2\";main:nth-child=\"4\"nth-of-type=\"1\";div.Navigation3000:attr__class=\"Navigation3000\"nth-child=\"1\"nth-of-type=\"1\";div:attr__id=\"root\"attr_id=\"root\"nth-child=\"4\"nth-of-type=\"1\";body.posthog-3000:attr__class=\"posthog-3000\"attr__theme=\"light\"nth-child=\"2\"nth-of-type=\"1\"", - "event": "$autocapture", - "id": "018b4cc2-f490-7227-8d35-65880c75cac8", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "dwrvit8pfft8n550", - "$time": 1697799926.928, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$event_type": "click", - "$ce_version": 1, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:28.530000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:26.936000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4cc2-f5b9-730b-9751-a1d1eb4ecce3", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "qyw1jkyxn1okzklx", - "$time": 1697799927.226, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "FunnelsQuery", - "series": [ - { - "kind": "EventsNode", - "name": "$pageview", - "event": "$pageview" - } - ], - "funnelsFilter": { - "funnel_viz_type": "steps" - } - }, - "duration": 237.10000002384186, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:28.530000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:27.233000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight viewed", - "id": "018b4cc2-f68d-7712-8860-14242f72c761", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ing4xyzshu1yped4", - "$time": 1697799927.437, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "filters_count": 0, - "events_count": 1, - "actions_count": 0, - "funnel_viz_type": "steps", - "properties_global": [], - "properties_global_custom_count": 0, - "properties_local": [], - "properties_local_custom_count": 0, - "properties_all": [], - "aggregating_by_groups": false, - "breakdown_by_groups": false, - "using_groups": false, - "used_cohort_filter_ids": [], - "insight": "FUNNELS", - "report_delay": 0, - "is_first_component_load": true, - "from_dashboard": false, - "total_event_actions_count": 1, - "total_event_action_filters_count": 0, - "mode": "edit", - "viewer_is_creator": false, - "description_length": 0, - "tags_count": 0, - "changed_insight": "TRENDS", - "changed_entity_type": [], - "changed_interval": "day", - "changed_hidden_legend_keys": [], - "changed_funnel_viz_type": [], - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:28.530000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:27.445000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "insight analyzed", - "id": "018b4cc3-1da3-79bc-84eb-ba4883cd3036", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "679ovhx0nx9fbz6c", - "$time": 1697799937.443, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "filters_count": 0, - "events_count": 1, - "actions_count": 0, - "funnel_viz_type": "steps", - "properties_global": [], - "properties_global_custom_count": 0, - "properties_local": [], - "properties_local_custom_count": 0, - "properties_all": [], - "aggregating_by_groups": false, - "breakdown_by_groups": false, - "using_groups": false, - "used_cohort_filter_ids": [], - "insight": "FUNNELS", - "report_delay": 10, - "is_first_component_load": false, - "from_dashboard": false, - "total_event_actions_count": 1, - "total_event_action_filters_count": 0, - "mode": "edit", - "viewer_is_creator": false, - "description_length": 0, - "tags_count": 0, - "changed_insight": "TRENDS", - "changed_entity_type": [], - "changed_interval": "day", - "changed_hidden_legend_keys": [], - "changed_funnel_viz_type": [], - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:37.539000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:37.451000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageleave", - "id": "018b4cc3-513e-7fef-ab2a-04ab143a4f1c", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$host": "localhost:8000", - "$pathname": "/insights/new", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "l3xm3x64ia727uwa", - "$time": 1697799950.655, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4cc2-908b-7989-a77a-ae1396eef1de", - "$window_id": "018b4cc2-908b-7989-a77a-ae1465fa2118", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/insights/new", - "$pathname": "/insights/new", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/insights/new", - "$initial_pathname": "/insights/new", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:50.657000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:50.674000+00:00", - "uuid": null - } - ], - "recording_duration_s": 50.0, - "sessionId": "018b4cc2-908b-7989-a77a-ae1396eef1de" - }, - { - "events": [ - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$set", - "id": "018b4ca3-1d07-7195-8202-c8a0a4015ef4", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "l2e0vvj7g4kj2vyc", - "$time": 1697797840.135, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$set": { - "email": "test@posthog.com", - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.150000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca3-1d08-72d6-8912-1c884aeb47ae", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "wla12x9igfbgty32", - "$time": 1697797840.136, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "project", - "$group_key": "018a92f8-b602-0000-75de-4b9073693531", - "$group_set": { - "id": 1, - "uuid": "018a92f8-b602-0000-75de-4b9073693531", - "name": "Hedgebox", - "ingested_event": true, - "is_demo": false, - "timezone": "UTC", - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.151000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca3-1d09-7c1f-b227-cf790742dcb0", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "v9gjsx4xig703btp", - "$time": 1697797840.137, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "organization", - "$group_key": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_set": { - "id": "018a92f8-afff-0000-efec-ca77de39e384", - "name": "Hedgebox Inc.", - "slug": "hedgebox-inc", - "created_at": "2023-09-14T09:14:46.145060Z", - "available_features": [ - "zapier", - "slack_integration", - "microsoft_teams_integration", - "discord_integration", - "apps", - "app_metrics", - "boolean_flags", - "multivariate_flags", - "persist_flags_cross_authentication", - "feature_flag_payloads", - "multiple_release_conditions", - "release_condition_overrides", - "targeting_by_group", - "local_evaluation_and_bootstrapping", - "flag_usage_stats", - "experimentation", - "group_experiments", - "funnel_experiments", - "secondary_metrics", - "statistical_analysis", - "console_logs", - "recordings_playlists", - "recordings_performance", - "recordings_file_export", - "group_analytics", - "dashboards", - "funnels", - "graphs_trends", - "paths", - "subscriptions", - "paths_advanced", - "dashboard_permissioning", - "dashboard_collaboration", - "ingestion_taxonomy", - "correlation_analysis", - "tagging", - "behavioral_cohort_filtering", - "tracked_users", - "data_retention", - "team_members", - "organizations_projects", - "api_access", - "project_based_permissioning", - "social_sso", - "sso_enforcement", - "white_labelling", - "community_support", - "dedicated_support", - "email_support", - "terms_and_conditions", - "security_assessment" - ], - "instance_tag": "none" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.152000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-1d5d-7d58-ac71-0a9e143afc1e", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "vhe47zdv0zexeeuk", - "$time": 1697797840.222, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "posthog-3000", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.237000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-1d5e-7346-afdf-2400e5e7f7d6", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "96opt7bntz65vkew", - "$time": 1697797840.222, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "enable-prompts", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.237000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-1d63-70c3-bc8e-32652a5076c2", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "it0bs3zaxzky8511", - "$time": 1697797840.228, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "notebooks", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.243000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$groupidentify", - "id": "018b4ca3-1db7-7917-8e7e-ce4d6db6aac0", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "b6ktfl60jskki58x", - "$time": 1697797840.312, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$group_type": "instance", - "$group_key": "http://localhost:8000", - "$group_set": { - "site_url": "http://localhost:8000" - }, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.327000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-1dcd-712b-befa-52f257d2144b", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "kwzuadx4g5n5ms1d", - "$time": 1697797840.334, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "cs-dashboards", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.350000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca3-1dd4-79b4-9077-540e9c915f51", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "s04xofpsygbioozp", - "$time": 1697797840.344, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "title": "Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.359000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4ca3-1f42-700e-8bef-a6ad468cff87", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "cksjqjsjm4csoovv", - "$time": 1697797840.706, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "HogQLQuery", - "query": "select id, groupArray(pdi.distinct_id) as distinct_ids, properties, is_identified, created_at from persons where pdi.distinct_id={distinct_id} group by id, properties, is_identified, created_at", - "values": { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI" - } - }, - "duration": 516.8999999761581, - "clickhouse_sql": "SELECT persons.id, groupArray(persons__pdi.distinct_id) AS distinct_ids, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_0)s) FROM (SELECT person.id, person.properties AS properties, person.is_identified AS is_identified, person.created_at AS created_at FROM person WHERE and(equals(person.team_id, 1), ifNull(in(tuple(person.id, person.version), (SELECT person.id, max(person.version) AS version FROM person WHERE equals(person.team_id, 1) GROUP BY person.id HAVING ifNull(equals(argMax(person.is_deleted, person.version), 0), 0))), 0)) SETTINGS optimize_aggregation_in_order=1) AS persons INNER JOIN (SELECT argMax(person_distinct_id2.person_id, person_distinct_id2.version) AS person_id, person_distinct_id2.distinct_id AS distinct_id FROM person_distinct_id2 WHERE equals(person_distinct_id2.team_id, 1) GROUP BY person_distinct_id2.distinct_id HAVING ifNull(equals(argMax(person_distinct_id2.is_deleted, person_distinct_id2.version), 0), 0)) AS persons__pdi ON equals(persons.id, persons__pdi.person_id) WHERE ifNull(equals(persons__pdi.distinct_id, %(hogql_val_1)s), 0) GROUP BY persons.id, persons.properties, persons.is_identified, toTimeZone(persons.created_at, %(hogql_val_2)s) LIMIT 100 SETTINGS readonly=2, max_execution_time=60, allow_experimental_object_type=1", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.721000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-1f4d-7bfd-a091-0f8858fcc9ca", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "c1x6pz53d6fb5uqp", - "$time": 1697797840.718, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "debug-react-renders", - "$feature_flag_response": false, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.733000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-204e-7df2-a8b4-fe15ee87036d", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "37mvoi5i4r6lfyx3", - "$time": 1697797840.976, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "hogql-insights", - "$feature_flag_response": false, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:40.991000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "person viewed", - "id": "018b4ca3-2139-7a8e-ac11-02e2850ecabb", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "fgp2uq9geh5d7kkq", - "$time": 1697797841.209, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "properties_count": 40, - "has_email": true, - "has_name": false, - "custom_properties_count": 15, - "posthog_properties_count": 25, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:41.224000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "query completed", - "id": "018b4ca3-22e7-7fee-803e-8461e96d4eeb", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "w3rikko1nqif5eb6", - "$time": 1697797841.64, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "query": { - "kind": "SessionsTimelineQuery", - "after": "2021-01-01T18:00:00Z", - "before": "2024-01-01T06:00:00Z", - "personId": "018a92fd-a1c3-0000-4144-fb39888c298e" - }, - "duration": 664.7000000476837, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjNkMzZiZjU3LTFkYjQtNDJlZi1iNzhiLWUyZDNkNGViOWM5NSJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiI1MzE0ZWI2MS1lYTA2LTQyOGQtYWEzZi0zMDA4OWJjZmUxYjgifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImUwMjE1NDU5LWY0YTgtNGJjNy04NDhmLTYxODE1NzY1NzlmNyJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:41.655000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$feature_flag_called", - "id": "018b4ca3-2350-7671-8383-8c248f826729", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "h2xh5dfq47fd03xz", - "$time": 1697797841.745, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "$feature_flag": "product-specific-onboarding", - "$feature_flag_response": true, - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:41.760000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4ca3-2368-78f4-88db-9fdc90e949de", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "m2opmkybj5tuw159", - "$time": 1697797841.769, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "title": "test@posthog.com \u2022 Persons \u2022 PostHog", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:41.784000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "notebook content changed", - "id": "018b4ca3-236a-78d6-ba7b-155173c88abe", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "3tkk1xg4kr4es46n", - "$time": 1697797841.77, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T10:30:43.133000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T10:30:41.785000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$opt_in", - "id": "018b4cc2-9079-7685-b127-207ee22b84d4", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "kegpygvidsjwpa52", - "$time": 1697799901.306, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4cc2-9078-7092-8d1a-e6d2368f35a3", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:01.307000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.309000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageview", - "id": "018b4cc2-907c-7bc8-913f-5b1887950b73", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$host": "localhost:8000", - "$pathname": "/", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "l26gbkzemq3muzti", - "$time": 1697799901.308, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "title": "PostHog", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4cc2-9078-7092-8d1a-e6d2368f35a3", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/", - "$pathname": "/", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/", - "$initial_pathname": "/", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:01.308000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:01.312000+00:00", - "uuid": null - }, - { - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "elements": [], - "elements_chain": null, - "event": "$pageleave", - "id": "018b4cc3-527c-7bc2-b270-1e09559a1460", - "person": null, - "properties": { - "$os": "Mac OS X", - "$os_version": "10.15.7", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$host": "localhost:8000", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$browser_language": "en-GB", - "$screen_height": 982, - "$screen_width": 1512, - "$viewport_height": 859, - "$viewport_width": 1512, - "$lib": "web", - "$lib_version": "1.84.0", - "$insert_id": "ubvpv3ao6iaj9wk8", - "$time": 1697799950.972, - "distinct_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$device_id": "018a92fd-7b25-7770-a050-577e94fd148c", - "$console_log_recording_enabled_server_side": true, - "$session_recording_recorder_version_server_side": "v2", - "$autocapture_disabled_server_side": false, - "$active_feature_flags": [ - "signup-page-4.0", - "cmd-k-search", - "posthog-3000", - "funnels-cue-opt-out-7301", - "retention-breakdown", - "smoothing-interval", - "billing-limit", - "kafka-inspector", - "historical-exports-v2", - "person-on-events-enabled", - "region-select", - "ingestion-warnings-enabled", - "session-reset-on-load", - "recordings-on-feature-flags", - "auto-rollback-feature-flags", - "onboarding-v2-demo", - "feature-flag-rollout-ux", - "role-based-access", - "query_running_time", - "query-timings", - "recording-debugging", - "enable-prompts", - "feedback-scene", - "early-access-feature", - "early-access-feature-site-button", - "hedgehog-mode-debug", - "auto-redirect", - "session-recording-blob-replay", - "surveys", - "generic-signup-benefits", - "surveys-positions", - "web-analytics", - "high-frequency-batch-exports", - "exception-autocapture", - "data-warehouse", - "data-warehouse-views", - "ff-dashboard-templates", - "show-product-intro-existing-products", - "artificial-hog", - "cs-dashboards", - "product-specific-onboarding", - "redirect-signups-to-instance", - "apps-and-exports-ui", - "survey-nps-results", - "session-recording-allow-v1-snapshots", - "session-replay-cors-proxy", - "webhooks-denylist", - "surveys-site-app-deprecation", - "surveys-multiple-questions", - "surveys-results-visualizations", - "console-recording-search", - "persons-hogql-query", - "notebooks" - ], - "$feature/file-previews": false, - "$feature/signup-page-4.0": "control", - "$feature/hogql-insights": false, - "$feature/cmd-k-search": true, - "$feature/posthog-3000": true, - "$feature/funnels-cue-opt-out-7301": true, - "$feature/retention-breakdown": true, - "$feature/smoothing-interval": true, - "$feature/billing-limit": true, - "$feature/kafka-inspector": true, - "$feature/historical-exports-v2": true, - "$feature/person-on-events-enabled": true, - "$feature/region-select": true, - "$feature/ingestion-warnings-enabled": true, - "$feature/session-reset-on-load": true, - "$feature/recordings-on-feature-flags": true, - "$feature/auto-rollback-feature-flags": true, - "$feature/onboarding-v2-demo": true, - "$feature/feature-flag-rollout-ux": true, - "$feature/role-based-access": true, - "$feature/query_running_time": true, - "$feature/query-timings": true, - "$feature/recording-debugging": true, - "$feature/enable-prompts": true, - "$feature/feedback-scene": true, - "$feature/early-access-feature": true, - "$feature/early-access-feature-site-button": true, - "$feature/hedgehog-mode-debug": true, - "$feature/auto-redirect": true, - "$feature/session-recording-blob-replay": true, - "$feature/surveys": true, - "$feature/generic-signup-benefits": true, - "$feature/surveys-positions": true, - "$feature/web-analytics": true, - "$feature/high-frequency-batch-exports": true, - "$feature/exception-autocapture": true, - "$feature/data-warehouse": true, - "$feature/data-warehouse-views": true, - "$feature/ff-dashboard-templates": true, - "$feature/show-product-intro-existing-products": true, - "$feature/artificial-hog": true, - "$feature/cs-dashboards": true, - "$feature/product-specific-onboarding": true, - "$feature/redirect-signups-to-instance": true, - "$feature/apps-and-exports-ui": true, - "$feature/survey-nps-results": true, - "$feature/session-recording-allow-v1-snapshots": true, - "$feature/session-replay-cors-proxy": true, - "$feature/webhooks-denylist": true, - "$feature/surveys-site-app-deprecation": true, - "$feature/surveys-multiple-questions": true, - "$feature/surveys-results-visualizations": true, - "$feature/console-recording-search": true, - "$feature/persons-hogql-query": true, - "$feature/notebooks": true, - "$feature_flag_payloads": {}, - "realm": "hosted-clickhouse", - "email_service_available": false, - "slack_service_available": false, - "$user_id": "krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "is_demo_project": false, - "$groups": { - "project": "018a92f8-b602-0000-75de-4b9073693531", - "organization": "018a92f8-afff-0000-efec-ca77de39e384", - "customer": "cus_OdSgxxWtHOtq9g", - "instance": "http://localhost:8000" - }, - "has_billing_plan": true, - "customer_deactivated": false, - "current_total_amount_usd": "0.00", - "percentage_usage.product_analytics": 0, - "current_amount_usd.product_analytics": "0.00", - "unit_amount_usd.product_analytics": null, - "usage_limit.product_analytics": null, - "current_usage.product_analytics": 3729, - "projected_usage.product_analytics": 0, - "free_allocation.product_analytics": 0, - "percentage_usage.session_replay": 0, - "current_amount_usd.session_replay": "0.00", - "unit_amount_usd.session_replay": null, - "usage_limit.session_replay": null, - "current_usage.session_replay": 254, - "projected_usage.session_replay": 0, - "free_allocation.session_replay": 0, - "percentage_usage.feature_flags": 0, - "current_amount_usd.feature_flags": "0.00", - "unit_amount_usd.feature_flags": null, - "usage_limit.feature_flags": null, - "current_usage.feature_flags": 0, - "projected_usage.feature_flags": 0, - "free_allocation.feature_flags": 0, - "percentage_usage.integrations": 0, - "current_amount_usd.integrations": null, - "unit_amount_usd.integrations": null, - "usage_limit.integrations": 0, - "current_usage.integrations": 0, - "projected_usage.integrations": 0, - "free_allocation.integrations": 0, - "percentage_usage.platform_and_support": 0, - "current_amount_usd.platform_and_support": null, - "unit_amount_usd.platform_and_support": null, - "usage_limit.platform_and_support": 0, - "current_usage.platform_and_support": 0, - "projected_usage.platform_and_support": 0, - "free_allocation.platform_and_support": 0, - "billing_period_start": "2023-10-14T09:22:33.000Z", - "billing_period_end": "2023-11-14T09:22:33.000Z", - "$referrer": "$direct", - "$referring_domain": "$direct", - "token": "phc_OWGI2wKbfi7rWDZT9wkl8uGcfe0wOGCvflLEZSMiaT0", - "$session_id": "018b4ca3-1d07-7195-8202-c8a103a9325a", - "$window_id": "018b4ca3-1d07-7195-8202-c8a2b00ad68a", - "$ip": "127.0.0.1", - "$set": { - "$os": "Mac OS X", - "$browser": "Chrome", - "$device_type": "Desktop", - "$current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$browser_version": 117, - "$referrer": "$direct", - "$referring_domain": "$direct" - }, - "$set_once": { - "$initial_os": "Mac OS X", - "$initial_browser": "Chrome", - "$initial_device_type": "Desktop", - "$initial_current_url": "http://localhost:8000/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI#activeTab=feed&state=eyJ0eXBlIjoiZG9jIiwiY29udGVudCI6W3sidHlwZSI6ImhlYWRpbmciLCJhdHRycyI6eyJsZXZlbCI6MX0sImNvbnRlbnQiOlt7InR5cGUiOiJ0ZXh0IiwidGV4dCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkifV19LHsidHlwZSI6InBoLXBlcnNvbi1mZWVkIiwiYXR0cnMiOnsiaGVpZ2h0IjpudWxsLCJ0aXRsZSI6bnVsbCwibm9kZUlkIjoiNmQ0ODUwNjYtZWM5OS00ODNkLThiOTgtNGQ4YTJkYzljYzRiIiwiaWQiOiJrclJmZ29wc1V5MVR3TlUxeWhTRExxTkRUZDZONXRNWnJIbG04bkxKSURJIiwiX19pbml0IjpudWxsLCJjaGlsZHJlbiI6W3sidHlwZSI6InBoLXBlcnNvbiIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6IjE0NDk2Y2ExLWUyNTUtNDlkMS1hM2IzLWU4ZjA1NzhhYjQ5YiJ9fSx7InR5cGUiOiJwaC1tYXAiLCJhdHRycyI6eyJpZCI6ImtyUmZnb3BzVXkxVHdOVTF5aFNETHFORFRkNk41dE1ackhsbThuTEpJREkiLCJub2RlSWQiOiJmMzgxYmFkOC1kMTNkLTQyOGItODYyNC03YTFkNTBhODBkMjMifX0seyJ0eXBlIjoicGgtcHJvcGVydGllcyIsImF0dHJzIjp7ImlkIjoia3JSZmdvcHNVeTFUd05VMXloU0RMcU5EVGQ2TjV0TVpySGxtOG5MSklESSIsIm5vZGVJZCI6ImE5Y2ZlOTlhLTRiZTktNDU1YS04OWMyLTViZGUyMGY2MWQwMiJ9fV19fV19", - "$initial_pathname": "/person/krRfgopsUy1TwNU1yhSDLqNDTd6N5tMZrHlm8nLJIDI", - "$initial_browser_version": 117, - "$initial_referrer": "$direct", - "$initial_referring_domain": "$direct" - }, - "$sent_at": "2023-10-20T11:05:50.975000+00:00", - "$geoip_city_name": "Sydney", - "$geoip_country_name": "Australia", - "$geoip_country_code": "AU", - "$geoip_continent_name": "Oceania", - "$geoip_continent_code": "OC", - "$geoip_postal_code": "2000", - "$geoip_latitude": -33.8715, - "$geoip_longitude": 151.2006, - "$geoip_time_zone": "Australia/Sydney", - "$geoip_subdivision_1_code": "NSW", - "$geoip_subdivision_1_name": "New South Wales", - "$plugins_succeeded": ["GeoIP (1)"], - "$plugins_failed": [], - "$plugins_deferred": [], - "$group_3": "018a92f8-b602-0000-75de-4b9073693531", - "$group_2": "018a92f8-afff-0000-efec-ca77de39e384", - "$group_4": "cus_OdSgxxWtHOtq9g", - "$group_1": "http://localhost:8000" - }, - "timestamp": "2023-10-20T11:05:50.993000+00:00", - "uuid": null - } - ], - "recording_duration_s": 2114.0, - "sessionId": "018b4ca3-1d07-7195-8202-c8a103a9325a" - } - ], - "timings": [ - { - "k": "./build_ast", - "t": 0.023964583000633866 - }, - { - "k": "./query", - "t": 4.433299181982875e-5 - }, - { - "k": "./replace_placeholders", - "t": 0.00022916699526831508 - }, - { - "k": "./max_limit", - "t": 4.520895890891552e-5 - }, - { - "k": "./hogql/prepare_ast/clone", - "t": 0.0003998330212198198 - }, - { - "k": "./hogql/prepare_ast/create_hogql_database", - "t": 0.026486458024010062 - }, - { - "k": "./hogql/prepare_ast/resolve_types", - "t": 0.0021655409946106374 - }, - { - "k": "./hogql/prepare_ast", - "t": 0.02919254096923396 - }, - { - "k": "./hogql/print_ast/printer", - "t": 0.001116375089623034 - }, - { - "k": "./hogql/print_ast", - "t": 0.0012727080029435456 - }, - { - "k": "./hogql", - "t": 0.03451150003820658 - }, - { - "k": "./print_ast/create_hogql_database", - "t": 0.020703041984234005 - }, - { - "k": "./print_ast/resolve_types", - "t": 0.0019762919982895255 - }, - { - "k": "./print_ast/resolve_property_types", - "t": 0.0009936250280588865 - }, - { - "k": "./print_ast/resolve_lazy_tables", - "t": 0.001264624996110797 - }, - { - "k": "./print_ast/printer", - "t": 0.0024609589600004256 - }, - { - "k": "./print_ast", - "t": 0.027551917009986937 - }, - { - "k": "./clickhouse_execute", - "t": 0.65883087500697 - }, - { - "k": ".", - "t": 0.7931497080135159 - } - ] -} diff --git a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/notebookNodePersonFeedLogic.ts b/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/notebookNodePersonFeedLogic.ts index 1768b80caf50e..43649f6573a38 100644 --- a/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/notebookNodePersonFeedLogic.ts +++ b/frontend/src/scenes/notebooks/Nodes/NotebookNodePersonFeed/notebookNodePersonFeedLogic.ts @@ -1,14 +1,8 @@ import { kea, key, path, props, afterMount } from 'kea' import { loaders } from 'kea-loaders' -// import { query } from '~/queries/query' -// import { -// // NodeKind, -// // SessionsTimelineQuery, -// SessionsTimelineQueryResponse, -// } from '~/queries/schema' - -import mockSessionsTimelineQueryResponse from './mockSessionsTimelineQueryResponse.json' +import { query } from '~/queries/query' +import { NodeKind, SessionsTimelineQuery, SessionsTimelineQueryResponse } from '~/queries/schema' import type { notebookNodePersonFeedLogicType } from './notebookNodePersonFeedLogicType' @@ -21,19 +15,15 @@ export const notebookNodePersonFeedLogic = kea( path((key) => ['scenes', 'notebooks', 'Notebook', 'Nodes', 'notebookNodePersonFeedLogic', key]), key(({ personId }) => personId), - loaders(() => ({ + loaders(({ props }) => ({ sessions: [ - // null as SessionsTimelineQueryResponse['results'] | null, - null as any | null, + null as SessionsTimelineQueryResponse['results'] | null, { loadSessionsTimeline: async () => { - // const result = await query({ - // kind: NodeKind.SessionsTimelineQuery, - // after: '2021-01-01T18:00:00Z', - // before: '2024-01-01T06:00:00Z', - // personId: props.personId, - // }) - const result = mockSessionsTimelineQueryResponse + const result = await query({ + kind: NodeKind.SessionsTimelineQuery, + personId: props.personId, + }) return result.results }, }, diff --git a/posthog/api/query.py b/posthog/api/query.py index 5c1773e671a20..103cfd1b67eeb 100644 --- a/posthog/api/query.py +++ b/posthog/api/query.py @@ -55,11 +55,7 @@ "WebTopPagesQuery", "WebStatsTableQuery", ] -QUERY_WITH_RUNNER_NO_CACHE = [ - "EventsQuery", - "PersonsQuery", - "HogQLQuery", -] +QUERY_WITH_RUNNER_NO_CACHE = ["EventsQuery", "PersonsQuery", "HogQLQuery", "SessionsTimelineQuery"] class QueryThrottle(TeamRateThrottle):