File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tracer/src/Datadog.Trace/Activity/DuckTypes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ internal interface IActivity : IDuckType
3535
3636 DateTime StartTimeUtc { get ; }
3737
38- IEnumerable < KeyValuePair < string , string > > Baggage { get ; }
38+ IEnumerable < KeyValuePair < string , string ? > > Baggage { get ; }
3939
40- IEnumerable < KeyValuePair < string , string > > Tags { get ; }
40+ IEnumerable < KeyValuePair < string , string ? > > Tags { get ; }
4141
4242 object AddBaggage ( string key , string value ) ;
4343
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ internal interface IActivity5 : IW3CActivity
1818
1919 ActivityKind Kind { get ; }
2020
21- IEnumerable < KeyValuePair < string , object > > TagObjects { get ; }
21+ IEnumerable < KeyValuePair < string , object ? > > TagObjects { get ; }
2222
2323 ActivitySource Source { get ; }
2424
You can’t perform that action at this time.
0 commit comments