Is there a reason there's no parameter for changing the package name of the name used when creating the span in the open telemetry package?
Currently for me it ends up being _sourceSomeInterface.Function instead of just SomeInterface.Function and I don't see a way to change it; but I wonder if I'm missing a good reason it's not there already. :-)