Put back accidentally removed anonymity update
parent
726b4497b2
commit
5697eeaab8
|
@ -85,6 +85,7 @@ export class PosthogAnalytics {
|
|||
}
|
||||
|
||||
public init(anonymity: Anonymity) {
|
||||
this.anonymity = anonymity;
|
||||
const posthogConfig = SdkConfig.get()["posthog"];
|
||||
if (posthogConfig) {
|
||||
this.posthog.init(posthogConfig.projectApiKey, {
|
||||
|
|
Loading…
Reference in New Issue