Hey guys, I’m fine with leaving telemetry enabled on my self-hosted n8n instance, but the 429 errors from Posthog are really polluting my logs – can we please get a way to suppress 429s from Posthog? Thanks!
Example:
```
2025-10-24 15:00:20.339 EDT
Error fetching feature flags Error [PostHogFetchHttpError]: HTTP error while fetching PostHog: 429
2025-10-24 15:00:20.339 EDT
at new PostHogFetchHttpError (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/posthog-core/src/index.ts:31:5)
2025-10-24 15:00:20.339 EDT
at PostHog. (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/posthog-core/src/index.ts:549:17)
2025-10-24 15:00:20.339 EDT
at step (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/node_modules/tslib/tslib.es6.js:102:23)
2025-10-24 15:00:20.339 EDT
at Object.next (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/node_modules/tslib/tslib.es6.js:83:53)
2025-10-24 15:00:20.339 EDT
at fulfilled (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/node_modules/tslib/tslib.es6.js:73:58)
```