Skip to content

Commit

Permalink
Merge pull request #2454 from DataDog/jward/RUM-6138-silence-performa…
Browse files Browse the repository at this point in the history
…nce-metric-spam

fix: Don't warn about missing view on PerformanceMetric events
  • Loading branch information
fuzzybinary authored Dec 16, 2024
2 parents 41f157b + 33b0656 commit e4c4bcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ internal class RumViewManagerScope(
RumRawEvent.LongTaskDropped::class.java,
RumRawEvent.LongTaskSent::class.java,
RumRawEvent.ResourceDropped::class.java,
RumRawEvent.ResourceSent::class.java
RumRawEvent.ResourceSent::class.java,
RumRawEvent.UpdatePerformanceMetric::class.java
)

internal const val RUM_BACKGROUND_VIEW_ID = "com.datadog.background.view"
Expand Down

0 comments on commit e4c4bcc

Please sign in to comment.