Tempo: Fix traceID converted to infinity (∞) (#74913)

Fixes the traceid to be sent as the infinity symbol for span links
This commit is contained in:
Andre Pereira
2023-09-14 15:12:39 +01:00
committed by GitHub
parent ed3fb71f7b
commit a046c043d7
@@ -696,6 +696,7 @@ const traceSubFrame = (
fields: [
{
name: 'traceIdHidden',
type: FieldType.string,
config: {
custom: { hidden: true },
},