Skip to content

Commit

Permalink
Remove function tags from their normal location.
Browse files Browse the repository at this point in the history
  • Loading branch information
purple4reina committed Dec 13, 2024
1 parent 60df1c5 commit 9d38245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/serverless/trace/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ type taggable interface {

// SetTags sets the tags to the trace agent config and span processor
func (t *serverlessTraceAgent) SetTags(tags map[string]string) {
t.ta.SetGlobalTagsUnsafe(tags)
//t.ta.SetGlobalTagsUnsafe(tags)
if tagger, ok := t.ta.SpanModifier.(taggable); ok {
tagger.SetTags(tags)
}
Expand Down

0 comments on commit 9d38245

Please sign in to comment.