Skip to content

Commit 23a8347

Browse files
committed
🐛 view is_active for streams
1 parent 7cc3268 commit 23a8347

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/rum-core/src/domain/assembly.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export function startRumAssembly(
151151
view: {
152152
...serverRumEvent.view,
153153
id: serverRumEvent.stream?.id,
154+
is_active: true,
154155
action: {
155156
count: 0,
156157
},

0 commit comments

Comments
 (0)