From efc27d97a81192b37891b873a46ab3ee3c342656 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Mon, 5 Feb 2024 13:40:40 +0100 Subject: [PATCH] Fix RUM test --- .../elasticapm/internal/modeldecoder/rumv3/transaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/elasticapm/internal/modeldecoder/rumv3/transaction_test.go b/input/elasticapm/internal/modeldecoder/rumv3/transaction_test.go index 95fd6a60..721fa357 100644 --- a/input/elasticapm/internal/modeldecoder/rumv3/transaction_test.go +++ b/input/elasticapm/internal/modeldecoder/rumv3/transaction_test.go @@ -189,7 +189,7 @@ func TestDecodeMapToTransactionModel(t *testing.T) { exceptions := func(key string) bool { for _, s := range []string{ // values not set for RUM v3 - "Kind", "representative_count", "message", "dropped_spans_stats", + "Kind", "representative_count", "message", "dropped_spans_stats", "profiler_stack_trace_ids", // Not set for transaction events: "AggregatedDuration", "AggregatedDuration.Count",