Skip to content

Commit 322f5ef

Browse files
committed
Add experimental_features property to CommonProperties interface in rum schema
1 parent 6a2ef26 commit 322f5ef

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,10 @@ export interface CommonProperties {
16791679
* The percentage of views profiled
16801680
*/
16811681
readonly profiling_sample_rate?: number;
1682+
/**
1683+
* List of experimental features enabled in the SDK
1684+
*/
1685+
readonly experimental_features?: string[];
16821686
[k: string]: unknown;
16831687
};
16841688
/**

lib/esm/generated/rum.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,10 @@ export interface CommonProperties {
16791679
* The percentage of views profiled
16801680
*/
16811681
readonly profiling_sample_rate?: number;
1682+
/**
1683+
* List of experimental features enabled in the SDK
1684+
*/
1685+
readonly experimental_features?: string[];
16821686
[k: string]: unknown;
16831687
};
16841688
/**

0 commit comments

Comments
 (0)