Skip to content

Commit

Permalink
Update config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 7, 2023
1 parent 1885d0a commit fbaaf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/google.golang.org/grpc/otelgrpc/config.go
Expand Up @@ -73,7 +73,7 @@ func newConfig(opts []Option, role string) *config {
}

c.tracer = c.TracerProvider.Tracer(
instrumentationName,
ScopeName,
trace.WithInstrumentationVersion(SemVersion()),
)

Expand Down

0 comments on commit fbaaf6d

Please sign in to comment.