0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 12:21:02 +01:00

Clarify how Filtering out internal users works (#5486)

Got feedback that it was very confusing whether the filter is applied as is, or in negation. (as is makes sense for properties, but makes very little sense for cohorts, since internal users cohort size <<< external users cohort size)
This commit is contained in:
Neil Kakkar 2021-08-06 12:51:01 +01:00 committed by GitHub
parent 2ce4acb85b
commit da0edb87d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,10 @@ export function ProjectSettings(): JSX.Element {
company's team members, or <i>Host localhost</i> to exclude all events from local development
environments.
</p>
<p>
<b>The filters you apply here are added as extra filters when the toggle is switched on.</b> So, if
you apply a Cohort filter, it means toggling filtering on will match only this specific cohort.
</p>
<TestAccountFiltersConfig />
<Divider />
<h2 className="subtitle" id="urls">