Const
Self-imposed cap on the length of a text property value. Not a PostHog limit (its ceiling is ~1MB) — a privacy guard bounding how much of a search term or error message can leave the device.
export const PARAM_VALUE_LIMIT = 100; Copy
export const PARAM_VALUE_LIMIT = 100;
Self-imposed cap on the length of a text property value. Not a PostHog limit (its ceiling is ~1MB) — a privacy guard bounding how much of a search term or error message can leave the device.