Put back accidentally removed anonymity update
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user