Skip to content

Commit

Permalink
fix: uuid v7 comment (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Sep 25, 2024
1 parent e5ed3d4 commit 3a0ede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/src/main/java/com/posthog/PostHogConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public open class PostHogConfig(
public var propertiesSanitizer: PostHogPropertiesSanitizer? = null,
/**
* Hook that allows for modification of the default mechanism for
* generating anonymous id (which as of now is just random UUID v4)
* generating anonymous id (which as of now is just random UUID v7)
*/
public var getAnonymousId: ((UUID) -> UUID) = { it },
/**
Expand Down

0 comments on commit 3a0ede8

Please sign in to comment.