From 5c97d04fff19a02d95927689a24e977f9b29c398 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Tue, 2 Jan 2024 13:11:38 +0000 Subject: [PATCH] feat: console search is no longer beta (#19548) * feat: console search is no longer beta * Update UI snapshots for `chromium` (1) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .../CommandBar/CommandBar.stories.tsx | 8 ---- frontend/src/lib/constants.tsx | 1 - .../AdvancedSessionRecordingsFilters.tsx | 37 +++++++------------ 3 files changed, 13 insertions(+), 33 deletions(-) diff --git a/frontend/src/lib/components/CommandBar/CommandBar.stories.tsx b/frontend/src/lib/components/CommandBar/CommandBar.stories.tsx index ca281e0558735..2ae26b925eb4f 100644 --- a/frontend/src/lib/components/CommandBar/CommandBar.stories.tsx +++ b/frontend/src/lib/components/CommandBar/CommandBar.stories.tsx @@ -327,14 +327,6 @@ const SEARCH_RESULT = { description: '', }, }, - { - type: 'feature_flag', - result_id: '161', - extra_fields: { - key: 'console-recording-search', - name: 'console-recording-search', - }, - }, { type: 'feature_flag', result_id: '134', diff --git a/frontend/src/lib/constants.tsx b/frontend/src/lib/constants.tsx index f67e54620263e..3895367239b28 100644 --- a/frontend/src/lib/constants.tsx +++ b/frontend/src/lib/constants.tsx @@ -173,7 +173,6 @@ export const FEATURE_FLAGS = { WEBHOOKS_DENYLIST: 'webhooks-denylist', // owner: #team-pipeline SURVEYS_RESULTS_VISUALIZATIONS: 'surveys-results-visualizations', // owner: @jurajmajerik SURVEYS_PAYGATES: 'surveys-paygates', - CONSOLE_RECORDING_SEARCH: 'console-recording-search', // owner: #team-replay PERSONS_HOGQL_QUERY: 'persons-hogql-query', // owner: @mariusandra PIPELINE_UI: 'pipeline-ui', // owner: #team-pipeline NOTEBOOK_CANVASES: 'notebook-canvases', // owner: #team-replay diff --git a/frontend/src/scenes/session-recordings/filters/AdvancedSessionRecordingsFilters.tsx b/frontend/src/scenes/session-recordings/filters/AdvancedSessionRecordingsFilters.tsx index 45725e31c5a1e..d4f48e464569a 100644 --- a/frontend/src/scenes/session-recordings/filters/AdvancedSessionRecordingsFilters.tsx +++ b/frontend/src/scenes/session-recordings/filters/AdvancedSessionRecordingsFilters.tsx @@ -1,10 +1,8 @@ -import { LemonButtonWithDropdown, LemonCheckbox, LemonInput, LemonTag, Tooltip } from '@posthog/lemon-ui' +import { LemonButtonWithDropdown, LemonCheckbox, LemonInput } from '@posthog/lemon-ui' import { useValues } from 'kea' import { DateFilter } from 'lib/components/DateFilter/DateFilter' -import { FlaggedFeature } from 'lib/components/FlaggedFeature' import { PropertyFilters } from 'lib/components/PropertyFilters/PropertyFilters' import { TaxonomicFilterGroupType } from 'lib/components/TaxonomicFilter/types' -import { FEATURE_FLAGS } from 'lib/constants' import { LemonLabel } from 'lib/lemon-ui/LemonLabel/LemonLabel' import { ActionFilter } from 'scenes/insights/filters/ActionFilter/ActionFilter' import { MathAvailability } from 'scenes/insights/filters/ActionFilter/ActionFilterRow/ActionFilterRow' @@ -149,27 +147,18 @@ function ConsoleFilters({ return ( <> Filter by console logs - -
- { - setFilters({ - console_search_query: s, - }) - }} - /> - - Filter recordings by console logs. Only matches recordings since October 4th.} - > - Beta - -
-
+
+ { + setFilters({ + console_search_query: s, + }) + }} + /> +