We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e4aa5 commit 3361fb9Copy full SHA for 3361fb9
static/app/constants/index.tsx
@@ -351,7 +351,7 @@ export const DATA_CATEGORY_INFO = {
351
[DataCategoryExact.SPAN_INDEXED]: {
352
name: DataCategoryExact.SPAN_INDEXED,
353
apiName: 'span_indexed',
354
- plural: 'spans_indexed',
+ plural: 'spansIndexed',
355
displayName: 'stored span',
356
titleName: t('Stored Spans'),
357
productName: t('Tracing'),
static/app/types/core.tsx
@@ -80,6 +80,7 @@ export enum DataCategory {
80
MONITOR_SEATS = 'monitorSeats',
81
PROFILE_DURATION = 'profileDuration',
82
SPANS = 'spans',
83
+ SPANS_INDEXED = 'spansIndexed',
84
}
85
86
/**
0 commit comments