Skip to content

Commit 8a72f78

Browse files
committed
🐛 temporary fix for types
1 parent 5803493 commit 8a72f78

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
@@ -133,6 +133,7 @@ export function startRumAssembly(
133133
}
134134

135135
if (rawRumEvent.type === 'stream') {
136+
// @ts-expect-error TBF
136137
serverRumEvent.type = 'view'
137138
}
138139

0 commit comments

Comments
 (0)