Skip to content

Commit

Permalink
feat: Don't create person profile when setting properties for flags (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c authored Dec 12, 2024
1 parent 3ee3180 commit a934d03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/posthog-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1491,9 +1491,6 @@ export class PostHog {
* to update user properties.
*/
setPersonPropertiesForFlags(properties: Properties, reloadFeatureFlags = true): void {
if (!this._requirePersonProcessing('posthog.setPersonPropertiesForFlags')) {
return
}
this.featureFlags.setPersonPropertiesForFlags(properties, reloadFeatureFlags)
}

Expand Down

0 comments on commit a934d03

Please sign in to comment.