From 4fa7aa0ff785f642cb10ee3efee170b083997095 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 18 Jan 2022 13:05:59 +0100 Subject: [PATCH] docs(python): enable tracing sources collection (#11453) --- docs/src/api/class-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-tracing.md b/docs/src/api/class-tracing.md index 40624f49e8..64e4d83dfe 100644 --- a/docs/src/api/class-tracing.md +++ b/docs/src/api/class-tracing.md @@ -128,7 +128,7 @@ a timeline preview. Whether to capture DOM snapshot on every action. ### option: Tracing.start.sources -* langs: js, csharp +* langs: js, csharp, python - `sources` <[boolean]> Whether to include source files for trace actions.