From bdd626f57ac8555d0e5fddbc1fdb32f170d0557b Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Thu, 25 Jul 2019 21:42:28 -0700 Subject: [PATCH] doc: fix types for traceConfig recording_mode (#19448) --- docs/api/structures/trace-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/trace-config.md b/docs/api/structures/trace-config.md index 9e9b040ed6..5ce4d7d742 100644 --- a/docs/api/structures/trace-config.md +++ b/docs/api/structures/trace-config.md @@ -1,6 +1,6 @@ # TraceConfig Object -* `recording_mode` String (optional) - one of "record-until-full" | "record-continuously" | "record-as-much-as-possible" | "trace-to-console". Defaults to "record-until-full". +* `recording_mode` String (optional) - Can be `record-until-full`, `record-continuously`, `record-as-much-as-possible` or `trace-to-console`. Defaults to `record-until-full`. * `trace_buffer_size_in_kb` number (optional) - maximum size of the trace recording buffer in kilobytes. Defaults to 100MB. * `trace_buffer_size_in_events` number (optional) - maximum size of the trace