Skip to content

Commit

Permalink
šŸ› [RUM-7694] - Keep more ReplayStats history to avoid wrongly markingā€¦
Browse files Browse the repository at this point in the history
ā€¦ views as having no replay (#3318)
  • Loading branch information
sethfowler-datadog authored Feb 4, 2025
1 parent 08fb157 commit 81193e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum/src/domain/replayStats.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ReplayStats } from '@datadog/browser-rum-core'

export const MAX_STATS_HISTORY = 10
export const MAX_STATS_HISTORY = 1000
let statsPerView: Map<string, ReplayStats> | undefined

export function getSegmentsCount(viewId: string) {
Expand Down

0 comments on commit 81193e5

Please sign in to comment.