Skip to content

Commit 9f8f242

Browse files
authored
fixed the incorrect output in scope context example (#10323)
1 parent 47fed28 commit 9f8f242

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

context.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ Context::scope(
188188
);
189189

190190
Context::all();
191-
// []
191+
// [
192+
// 'trace_id' => 'abc-999',
193+
// ]
192194

193195
Context::allHidden();
194196
// [

0 commit comments

Comments
 (0)