Skip to content

Commit b02c3ea

Browse files
authored
add missing alias to go otel example (#11410)
1 parent d4c5d8a commit b02c3ea

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/performance/opentelemetry-setup

1 file changed

+1
-1
lines changed

platform-includes/performance/opentelemetry-setup/go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
sdktrace "go.opentelemetry.io/otel/sdk/trace"
88

99
"github.com/getsentry/sentry-go"
10-
"github.com/getsentry/sentry-go/otel"
10+
sentryotel "github.com/getsentry/sentry-go/otel"
1111
// ...
1212
)
1313

0 commit comments

Comments
 (0)