Skip to content

Commit

Permalink
Update PostHog/PostHogSessionManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 21, 2024
1 parent 2e9e3f4 commit e087085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHog/PostHogSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PostHogSessionManager {
anonymousId = storage.getString(forKey: .anonymousId)

if anonymousId == nil {
anonymousId = idGen(UUID()).uuidString
anonymousId = config.getAnonymousId(UUID()).uuidString
setAnonId(anonymousId ?? "")
}
}
Expand Down

0 comments on commit e087085

Please sign in to comment.