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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -696,6 +696,7 @@ const traceSubFrame = (
fields: [
{
name: 'traceIdHidden',
type: FieldType.string,
config: {
custom: { hidden: true },
},