Skip to content

Commit

Permalink
comment addlink
Browse files Browse the repository at this point in the history
  • Loading branch information
sredny buitrago authored and sredny buitrago committed Nov 8, 2024
1 parent 79a393e commit 94e3cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/graphql/otel_graphql_engine_detailed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ type spanWrapper struct {
}

func (s *spanWrapper) AddLink(link trace.Link) {
s.span.AddLink(link)
//s.span.AddLink(link)
}

func (s *spanWrapper) End(options ...trace.SpanEndOption) {
Expand Down

0 comments on commit 94e3cad

Please sign in to comment.