feature request: Make DependecyTypes
from RemoteDependencyConstants
public
#2530
Labels
DependecyTypes
from RemoteDependencyConstants
public
#2530
Is your feature request related to a problem?
DependencyTelemetry.Type
is a string but is set using constants fromRemoteDependencyConstants
. It would be nice to be able to use those constants instead of comparing to magic strings, for example"HTTP"
.Describe the solution you'd like.
Some properties related to operation details in
RemoteDependencyConstants
got moved out to its own class in #2524. I suggest a similar solution here.Describe alternatives you've considered.
Leave it as-is. Make the entire class
RemoteDependencyConstants
public. Use an enum.Additional context.
This is suggested by @older in #1326.
The text was updated successfully, but these errors were encountered: