add feature tracking for regex and null metadata (#74763)

This commit is contained in:
Brendan O'Handley 2023-09-13 09:42:30 -04:00 committed by GitHub
parent 5de5ad288b
commit 9d4b19af48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,6 +206,8 @@ export function tracking(event: string, state?: MetricsModalState | null, metric
fuzzySearchQuery: state?.fuzzySearchQuery, fuzzySearchQuery: state?.fuzzySearchQuery,
fullMetaSearch: state?.fullMetaSearch, fullMetaSearch: state?.fullMetaSearch,
selectedTypes: state?.selectedTypes, selectedTypes: state?.selectedTypes,
useRegexSearch: state?.useBackend,
includeResultsWithoutMetadata: state?.includeNullMetadata,
}); });
case 'grafana_prom_metric_encycopedia_disable_text_wrap_interaction': case 'grafana_prom_metric_encycopedia_disable_text_wrap_interaction':
reportInteraction(event, { reportInteraction(event, {