Skip to content

Commit 1d08ff0

Browse files
committed
added data category constant for trace metric byte
1 parent 99d283d commit 1d08ff0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/gsApp/constants.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,13 @@ export const BILLED_DATA_CATEGORY_INFO = {
196196
),
197197
shortenedUnitName: 'GB',
198198
},
199+
[DataCategoryExact.TRACE_METRIC_BYTE]: {
200+
...DEFAULT_BILLED_DATA_CATEGORY_INFO[DataCategoryExact.TRACE_METRIC_BYTE],
201+
canProductTrial: true,
202+
freeEventsMultiple: 1,
203+
feature: 'expose-category-trace-metric-byte',
204+
shortenedUnitName: 'GB',
205+
},
199206
[DataCategoryExact.SEER_USER]: {
200207
...DEFAULT_BILLED_DATA_CATEGORY_INFO[DataCategoryExact.SEER_USER],
201208
feature: 'seer-user-billing-launch',

0 commit comments

Comments
 (0)