Skip to content

Commit 51a0951

Browse files
Ayzat Sadykovminusnine
authored andcommitted
fixed json tag for tracing categories in chrome performance logging preferences
1 parent 07406d2 commit 51a0951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chrome/capabilities.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)