fix(analytics): grab missing GA ID

This commit is contained in:
Kalista Payne
2025-08-27 14:25:21 -05:00
parent 61c790f291
commit 1f3e5b7a76
+2
View File
@@ -1,6 +1,8 @@
import axios from 'axios';
import { authAsCredentialsState, LOCALSTORAGE_AUTH_KEY } from '@/libs/auth';
const GA_ID = import.meta.env.GA_ID;
function saveLocalDataAuth (store, apiId, apiToken) {
const credentialsObj = {
auth: {