Skip to content

Commit 4af6b65

Browse files
committed
🐛 view is_active for streams
1 parent eba566c commit 4af6b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)