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