From a9fd9bffbcdec5da31aaaebdab93bd325a97fa69 Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Thu, 21 May 2026 08:39:41 -0700 Subject: [PATCH] Revert changes to Telemetry Constants --- package-lock.json | 1 + src/Shared/Telemetry/TelemetryConstants.ts | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/package-lock.json b/package-lock.json index b3c3e7779..89686f572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15908,6 +15908,7 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, "hasInstallScript": true, "optional": true, "os": [ diff --git a/src/Shared/Telemetry/TelemetryConstants.ts b/src/Shared/Telemetry/TelemetryConstants.ts index 507706a71..5270b4e24 100644 --- a/src/Shared/Telemetry/TelemetryConstants.ts +++ b/src/Shared/Telemetry/TelemetryConstants.ts @@ -99,7 +99,28 @@ export enum Action { SettingsV2Updated, SettingsV2Discarded, MongoIndexUpdated, + NotebooksGalleryPublish, + NotebooksGalleryReportAbuse, + NotebooksGalleryClickReportAbuse, + NotebooksGalleryViewCodeOfConduct, + NotebooksGalleryAcceptCodeOfConduct, + NotebooksGalleryFavorite, + NotebooksGalleryUnfavorite, + NotebooksGalleryClickDelete, + NotebooksGalleryDelete, + NotebooksGalleryClickDownload, + NotebooksGalleryDownload, NotebooksGalleryViewNotebook, + NotebooksGalleryViewGallery, + NotebooksGalleryViewOfficialSamples, + NotebooksGalleryViewPublicGallery, + NotebooksGalleryViewFavorites, + NotebooksGalleryViewPublishedNotebooks, + NotebooksGalleryClickPublishToGallery, + NotebooksGalleryOfficialSamplesCount, + NotebooksGalleryPublicGalleryCount, + NotebooksGalleryFavoritesCount, + NotebooksGalleryPublishedCount, SelfServe, ExpandAddCollectionPaneAdvancedSection, ExpandAddGlobalSecondaryIndexPaneAdvancedSection,