diff --git a/src/memory/index.ts b/src/memory/index.ts index e03a8862..21ed40e5 100644 --- a/src/memory/index.ts +++ b/src/memory/index.ts @@ -75,7 +75,7 @@ export const sendMemoryStatAnalytics = async ( params: { size: sizeMb, app_version: appVersion, - page_location: "system/internal", + page_location: "system/internal/ram", page_title: `Internal system metrics`, thread_id: 0, engagement_time_msec: 0, diff --git a/src/storage/index.ts b/src/storage/index.ts index da6ddf91..c847cd82 100644 --- a/src/storage/index.ts +++ b/src/storage/index.ts @@ -55,7 +55,7 @@ export const sendStorageStatAnalytics = async ( params: { size: sizeMb, app_version: appVersion, - page_location: "system/internal", + page_location: "system/internal/ssd", page_title: `Internal system metrics`, thread_id: 0, engagement_time_msec: 0,