Skip to content

Commit ff0e7b0

Browse files
committed
typescript
1 parent 43d0c0d commit ff0e7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/insights/types.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ export enum SpanIndexedField {
364364
SDK_NAME = 'sdk.name',
365365
SDK_VERSION = 'sdk.version',
366366
TRACE = 'trace',
367+
TRANSACTION_ID = 'transaction.id', // TODO - remove this with `useInsightsEap`
367368
TRANSACTION_SPAN_ID = 'transaction.span_id',
368369
TRANSACTION_METHOD = 'transaction.method',
369370
TRANSACTION_OP = 'transaction.op',

0 commit comments

Comments
 (0)