mirror of https://github.com/buster-so/buster.git
Merge branch 'staging' into big-nate/bus-939-create-new-structure-for-chats
This commit is contained in:
commit
36965ca1fe
|
@ -23,10 +23,6 @@ const options: Partial<PostHogConfig> = {
|
||||||
api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
|
api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
|
||||||
person_profiles: 'always',
|
person_profiles: 'always',
|
||||||
session_recording: {
|
session_recording: {
|
||||||
maskAllInputs: false,
|
|
||||||
maskInputOptions: {
|
|
||||||
password: true
|
|
||||||
},
|
|
||||||
recordBody: true
|
recordBody: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue