Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats

This commit is contained in:
Nate Kelley 2025-01-29 14:55:43 -07:00
commit 36965ca1fe
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ const options: Partial<PostHogConfig> = {
api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
person_profiles: 'always',
session_recording: {
maskAllInputs: false,
maskInputOptions: {
password: true
},
recordBody: true
}
};