File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1676,9 +1676,13 @@ export interface CommonProperties {
16761676 */
16771677 readonly session_replay_sample_rate ?: number ;
16781678 /**
1679- * The percentage of views profiled
1679+ * The percentage of sessions profiled
16801680 */
16811681 readonly profiling_sample_rate ?: number ;
1682+ /**
1683+ * The percentage of sessions with traced resources
1684+ */
1685+ readonly trace_sample_rate ?: number ;
16821686 [ k : string ] : unknown ;
16831687 } ;
16841688 /**
Original file line number Diff line number Diff line change @@ -1676,9 +1676,13 @@ export interface CommonProperties {
16761676 */
16771677 readonly session_replay_sample_rate ?: number ;
16781678 /**
1679- * The percentage of views profiled
1679+ * The percentage of sessions profiled
16801680 */
16811681 readonly profiling_sample_rate ?: number ;
1682+ /**
1683+ * The percentage of sessions with traced resources
1684+ */
1685+ readonly trace_sample_rate ?: number ;
16821686 [ k : string ] : unknown ;
16831687 } ;
16841688 /**
Original file line number Diff line number Diff line change 416416 },
417417 "profiling_sample_rate" : {
418418 "type" : " number" ,
419- "description" : " The percentage of views profiled" ,
419+ "description" : " The percentage of sessions profiled" ,
420+ "minimum" : 0 ,
421+ "maximum" : 100 ,
422+ "readOnly" : true
423+ },
424+ "trace_sample_rate" : {
425+ "type" : " number" ,
426+ "description" : " The percentage of sessions with traced resources" ,
420427 "minimum" : 0 ,
421428 "maximum" : 100 ,
422429 "readOnly" : true
You can’t perform that action at this time.
0 commit comments