Skip to content

Commit 5190b39

Browse files
committed
🐛 schema
1 parent 23a8347 commit 5190b39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/domain/telemetry/telemetryEvent.types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ export type TelemetryConfigurationEvent = CommonTelemetryProperties & {
157157
* Whether resources are tracked
158158
*/
159159
track_resources?: boolean
160+
/**
161+
* Whether early requests are tracked
162+
*/
163+
track_early_requests?: boolean
160164
/**
161165
* Whether long tasks are tracked
162166
*/

0 commit comments

Comments
 (0)