Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jul 29, 2021
1 parent b76da07 commit edca8cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace OpenTelemetry.Resources
internal class OtelServiceNameEnvVarDetector : IResourceDetector
{
private const string EnvVarKey = "OTEL_SERVICE_NAME";

public Resource Detect()
{
var resource = Resource.Empty;
Expand Down

0 comments on commit edca8cd

Please sign in to comment.