Skip to content

Commit 18bb2c1

Browse files
committed
feat(otel-2647): remove operation name
1 parent 5c7144c commit 18bb2c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

receiver/datadogrumreceiver/internal/translator/rum_translator_traces.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ func ToTraces(logger *zap.Logger, payload map[string]any, req *http.Request, req
4444
}
4545
newSpan.SetTraceID(traceID)
4646
newSpan.SetSpanID(spanID)
47-
newSpan.Attributes().PutStr("operation.name", "rum")
4847

4948
flatPayload := flattenJSON(payload)
5049

0 commit comments

Comments
 (0)