Skip to content

Commit

Permalink
chore: add PP opt-out to admin panel (#25813)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverb123 authored Oct 25, 2024
1 parent a4a90e9 commit 7d8f252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/admin/admins/team_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class TeamAdmin(admin.ModelAdmin):
"autocapture_exceptions_opt_in",
"autocapture_web_vitals_opt_in",
"session_recording_opt_in",
"person_processing_opt_out",
"capture_console_log_opt_in",
"capture_performance_opt_in",
"session_recording_sample_rate",
Expand Down

0 comments on commit 7d8f252

Please sign in to comment.