Skip to content

Commit

Permalink
sdk/instrumentation: Fix Library type deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jul 17, 2024
1 parent e3892f0 commit 5ce4f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/instrumentation/library.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
package instrumentation // import "go.opentelemetry.io/otel/sdk/instrumentation"

// Library represents the instrumentation library.
// Deprecated: please use Scope instead.
//
// Deprecated: use [Scope] instead.
type Library = Scope

0 comments on commit 5ce4f4e

Please sign in to comment.