We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cbeea commit 144405eCopy full SHA for 144405e
packages/dart/lib/src/scope.dart
@@ -63,9 +63,6 @@ class Scope {
63
/// Active spans are used to automatically parent new spans.
64
/// When a new span is started with `active: true` (the default), it becomes
65
/// a child of the currently active span.
66
- ///
67
- /// The active spans are maintained as a stack - the most recently set span
68
- /// is the current active span.
69
@internal
70
void setActiveSpan(Span span) {
71
_activeSpans.add(span);
0 commit comments