Skip to content

Commit

Permalink
feat: Add 'identified_only' person processing (#21403)
Browse files Browse the repository at this point in the history
* Add 'identified_only' person processing

* Update UI snapshots for `chromium` (1)

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
robbie-c and github-actions[bot] authored Apr 8, 2024
1 parent e0070de commit e10437e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/src/loadPostHogJS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export function loadPostHogJS(): void {
autocapture: {
capture_copied_text: true,
},
__preview_process_person: 'identified_only',
// Helper to capture events for assertions in Cypress
_onCapture: (window as any)._cypress_posthog_captures
? (_, event) => (window as any)._cypress_posthog_captures.push(event)
Expand Down

0 comments on commit e10437e

Please sign in to comment.