Skip to content

Commit

Permalink
πŸ”Š Add extra monitoring info on lite session with replay (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored Sep 24, 2021
1 parent 6720dee commit 2fbe9ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rum-core/src/domain/assembly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
RawError,
createEventRateLimiter,
EventRateLimiter,
getCookie,
} from '@datadog/browser-core'
import { RumEventDomainContext } from '../domainContext.types'
import {
Expand Down Expand Up @@ -140,9 +141,8 @@ export function startRumAssembly(
eventType: serverRumEvent.type,
viewId: serverRumEvent.view.id,
sessionId: serverRumEvent.session.id,
replayPlan: session.hasReplayPlan(),
litePlan: session.hasLitePlan(),
docVersion: serverRumEvent._dd.document_version as number | undefined,
event: serverRumEvent,
_dd_s: getCookie('_dd_s'),
},
})
}
Expand Down

0 comments on commit 2fbe9ac

Please sign in to comment.