File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ export 'src/api/context/context.dart'
12
12
contextWithSpanContext,
13
13
spanContextFromContext,
14
14
spanFromContext,
15
- zone,
16
- zoneWithContext;
15
+ zone;
17
16
export 'src/api/context/context_manager.dart'
18
17
show globalContextManager, registerGlobalContextManager;
19
18
export 'src/api/exporters/span_exporter.dart' show SpanExporter;
Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ SpanContext spanContextFromContext(Context context) {
53
53
return spanFromContext (context).spanContext;
54
54
}
55
55
56
- @experimental
57
- @Deprecated ('This method will be removed in 0.19.0. Use [zone] instead.' )
58
- Zone zoneWithContext (Context context) => zone (context);
59
-
60
56
/// Returns a new [Zone] such that the given context will be automatically
61
57
/// attached and detached for any function that runs within the zone.
62
58
@experimental
You can’t perform that action at this time.
0 commit comments