fix: gdpr issue posthog + type improvements (#5392)

This commit is contained in:
Calum H.
2026-02-18 18:21:21 +00:00
committed by GitHub
parent b62bc6f3b8
commit 8328a0d61a
4 changed files with 86 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
import dayjs from 'dayjs'
import { defineStore } from 'pinia'
import { trackEvent } from '@/helpers/analytics.js'
import { trackEvent } from '@/helpers/analytics'
import { get_project, get_version_many } from '@/helpers/cache.js'
import { create_profile_and_install as packInstall } from '@/helpers/pack.js'
import {