|
@@ -95,13 +95,14 @@ export enum DataCategoryExact {
|
|
|
ATTACHMENT = 'attachment',
|
|
|
PROFILE = 'profile',
|
|
|
REPLAY = 'replay',
|
|
|
+ // TODO: Update processed and indexed transactions to camel case"
|
|
|
TRANSACTION_PROCESSED = 'transaction_processed',
|
|
|
TRANSACTION_INDEXED = 'transaction_indexed',
|
|
|
MONITOR = 'monitor',
|
|
|
MONITOR_SEAT = 'monitorSeat',
|
|
|
PROFILE_DURATION = 'profileDuration',
|
|
|
SPAN = 'span',
|
|
|
- SPAN_INDEXED = 'span_indexed',
|
|
|
+ SPAN_INDEXED = 'spanIndexed',
|
|
|
}
|
|
|
|
|
|
export interface DataCategoryInfo {
|