File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ type PerfLoggingPreferences struct {
113113 // Timeline domain. When tracing is enabled, Timeline domain is implicitly
114114 // disabled, unless enableTimeline is explicitly set to true.
115115 EnableTimeline * bool `json:"enableTimeline,omitempty"`
116- // TracingCategories is a comma-separated string of Chrome tracing categories
116+ // TraceCategories is a comma-separated string of Chrome tracing categories
117117 // for which trace events should be collected. An unspecified or empty string
118118 // disables tracing.
119- TracingCategories string `json:"tracingCategories ,omitempty"`
119+ TraceCategories string `json:"traceCategories ,omitempty"`
120120 // BufferUsageReportingIntervalMillis is the requested number of milliseconds
121121 // between DevTools trace buffer usage events. For example, if 1000, then
122122 // once per second, DevTools will report how full the trace buffer is. If a
You can’t perform that action at this time.
0 commit comments