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 43d0c0d commit ff0e7b0Copy full SHA for ff0e7b0
static/app/views/insights/types.tsx
@@ -364,6 +364,7 @@ export enum SpanIndexedField {
364
SDK_NAME = 'sdk.name',
365
SDK_VERSION = 'sdk.version',
366
TRACE = 'trace',
367
+ TRANSACTION_ID = 'transaction.id', // TODO - remove this with `useInsightsEap`
368
TRANSACTION_SPAN_ID = 'transaction.span_id',
369
TRANSACTION_METHOD = 'transaction.method',
370
TRANSACTION_OP = 'transaction.op',
0 commit comments