Skip to content

Commit

Permalink
Merge pull request #122 from Workiva/make_activeSpan_protected
Browse files Browse the repository at this point in the history
make activeSpan protected
  • Loading branch information
rm-astro-wf authored Sep 11, 2018
2 parents ed4a753 + 951ec86 commit a422884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lifecycle_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ abstract class LifecycleModule extends SimpleModule with Disposable {
/// ...
/// }
/// ```
@protected
Span get activeSpan => _activeSpan;

/// Set internally by the parent module if this module is called by [loadChildModule]
Expand Down

0 comments on commit a422884

Please sign in to comment.