Skip to content

Commit 348c89e

Browse files
authored
fix: Add eap_items entity key (#92497)
Fixes: SENTRY-3X43 caused by stale subscriptions referencing the `eap_items` entity key. Add it as a valid entity key so they get deleted correctly. We're going to be supporting eap_items soon too.
1 parent e54d9f4 commit 348c89e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/snuba/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class EntityKey(Enum):
6161
Sessions = "sessions"
6262
Spans = "spans"
6363
EAPItemsSpan = "eap_items_span"
64+
EAPItems = "eap_items"
6465
Transactions = "transactions"
6566
MetricsSets = "metrics_sets"
6667
MetricsCounters = "metrics_counters"

0 commit comments

Comments
 (0)