Skip to content

Commit

Permalink
Fix RUM test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Feb 5, 2024
1 parent 18af38b commit efc27d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit efc27d9

Please sign in to comment.