Update docs/src/api/class-tracing.md

Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
Signed-off-by: René <41592183+Snooz82@users.noreply.github.com>
This commit is contained in:
René 2024-10-14 17:39:22 +02:00 committed by René
parent 472602475f
commit 87cf5bb16d

View file

@ -284,7 +284,7 @@ To specify the final trace zip file name, you need to pass `path` option to
## async method: Tracing.group ## async method: Tracing.group
* since: v1.49 * since: v1.49
Creates a new inline group in the trace log, causing any subsequent calls to be indented by an additional level, until [`method: Tracing.groupEnd`] is called. Creates a new inline group in the trace, causing any subsequent calls to belong to this group, until [`method: Tracing.groupEnd`] is called.
### param: Tracing.group.name ### param: Tracing.group.name
* since: v1.49 * since: v1.49