From bf520928e266492e170611e21c1e8cacc14e7c78 Mon Sep 17 00:00:00 2001 From: Jonah Paten Date: Thu, 24 Oct 2024 10:40:45 -0700 Subject: [PATCH] chore: add tracking id to HCA Analyze in Terra ExportMethod (#4191) (#4201) --- .../viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/explorer/app/viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts b/explorer/app/viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts index 741e7c7ce..12125a9f9 100644 --- a/explorer/app/viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts +++ b/explorer/app/viewModelBuilders/azul/hca-dcp/common/viewModelBuilders.ts @@ -996,6 +996,7 @@ export const buildExportMethodTerra = ( "Terra is a biomedical research platform to analyze data using workflows, Jupyter Notebooks, RStudio, and Galaxy.", route: ROUTE_EXPORT_TO_TERRA, title: "Export Study Data and Metadata to Terra Workspace", + trackingId: "button-analyze-in-terra", }; };