fix: Force posthog recording to be disabled outside cloud (#8374)

This commit is contained in:
Tomi Turtiainen
2024-01-18 14:44:27 +02:00
committed by GitHub
parent 1aa35b190a
commit f31cc0743f
2 changed files with 1 additions and 9 deletions

View File

@@ -1143,12 +1143,6 @@ export const schema = {
default: 'https://ph.n8n.io',
env: 'N8N_DIAGNOSTICS_POSTHOG_API_HOST',
},
disableSessionRecording: {
doc: 'Disable posthog session recording',
format: Boolean,
default: true,
env: 'N8N_DIAGNOSTICS_POSTHOG_DISABLE_RECORDING',
},
},
sentry: {
dsn: {