Skip to content

Commit 1a70abf

Browse files
authored
chore(spans): Remove spansIndexed from events (#95481)
- This removes the option to pass dataset=spansIndexed to the events endpoints and query the deprecated indexed spans dataset
1 parent b62c40c commit 1a70abf

File tree

3 files changed

+5465
-5936
lines changed

3 files changed

+5465
-5936
lines changed

src/sentry/snuba/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
metrics_performance,
1212
ourlogs,
1313
profiles,
14-
spans_indexed,
1514
spans_metrics,
1615
spans_rpc,
1716
transactions,
@@ -34,7 +33,6 @@
3433
"issuePlatform": issue_platform,
3534
"profileFunctions": functions,
3635
"spans": spans_rpc,
37-
"spansIndexed": spans_indexed,
3836
"spansMetrics": spans_metrics,
3937
"transactions": transactions,
4038
}

0 commit comments

Comments
 (0)