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 ff0e7b0 commit 6220328Copy full SHA for 6220328
static/app/views/insights/types.tsx
@@ -727,10 +727,6 @@ export type DiscoverResponse = Flatten<DiscoverResponseRaw>;
727
728
export type DiscoverProperty = keyof DiscoverResponse;
729
730
-export type MetricsQueryFilters = Partial<Record<MetricsStringFields, string>> & {
731
- [SpanIndexedField.PROJECT_ID]?: string;
732
-};
733
-
734
export type SpanQueryFilters = Partial<Record<SpanStringFields, string>> & {
735
is_transaction?: 'true' | 'false';
736
[SpanIndexedField.PROJECT_ID]?: string;
0 commit comments