diff --git a/ee/session_recordings/ai/error_clustering.py b/ee/session_recordings/ai/error_clustering.py index dcc2f74a1075d..22c0e7978f24b 100644 --- a/ee/session_recordings/ai/error_clustering.py +++ b/ee/session_recordings/ai/error_clustering.py @@ -1,13 +1,10 @@ from prometheus_client import Histogram from django.conf import settings -from structlog import get_logger from posthog.clickhouse.client import sync_execute from posthog.models.team import Team from sklearn.cluster import DBSCAN import pandas as pd -logger = get_logger(__name__) - CLUSTER_REPLAY_ERRORS_TIMING = Histogram( "posthog_session_recordings_cluster_replay_errors", "Time spent clustering the embeddings of replay errors",