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 99d283d commit 1d08ff0Copy full SHA for 1d08ff0
static/gsApp/constants.tsx
@@ -196,6 +196,13 @@ export const BILLED_DATA_CATEGORY_INFO = {
196
),
197
shortenedUnitName: 'GB',
198
},
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
+ },
206
[DataCategoryExact.SEER_USER]: {
207
...DEFAULT_BILLED_DATA_CATEGORY_INFO[DataCategoryExact.SEER_USER],
208
feature: 'seer-user-billing-launch',
0 commit comments