Add getAnalytics helper
This commit is contained in:
@@ -106,3 +106,7 @@ export class PosthogAnalytics {
|
||||
this.trackPseudonymousEvent(eventName, updatedProperties);
|
||||
}
|
||||
}
|
||||
|
||||
export default function getAnalytics() {
|
||||
return PosthogAnalytics.instance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user